RISC-V MCU CH32V307 QuickStart E01 IDE

Поделиться
HTML-код
  • Опубликовано: 7 сен 2024
  • Make RISC-V MCU development more convenient.
    Tech documentation: github.com/ope...
    Sample purchase: lcsc.com/brand...
    Twitter:Patrick_RISCV

Комментарии • 31

  • @luvocean1
    @luvocean1 2 месяца назад

    Very useful tutorial...just got me a CH32V307 board, will be trying some code soon.

  • @billywallace1360
    @billywallace1360 Год назад +2

    Thank you for an awesome video. I'm surprised it doesn't have many more views as it is a very clear introduction to getting the IDE going for one of WCH's excellent microcontrollers. It's good to see a board and IDE available that makes it easy to get started debugging code running on the MCU.

    • @rvmaking
      @rvmaking  Год назад +1

      Thanks! I will continue to film some videos later, including vlogs, tech tutorials, etc.

  • @liliansirbu840
    @liliansirbu840 Год назад +1

    it looks nice. looking forward for more videos

    • @rvmaking
      @rvmaking  Год назад

      The 1-wire debugging protocol for RISC-V MCU CH32V003 has been uploaded, you can check it our :)

  • @walterhynson2898
    @walterhynson2898 10 месяцев назад

    Thank you very much great knowledge has been passed on .

  • @ntn888
    @ntn888 Год назад

    there's also Platform IO support for WCH chips including the CH32V003! I prefer VS Code over eclipse :)

  • @davidwillmore
    @davidwillmore Год назад +2

    Is the source code for the changes you made to gcc and the other GPL tools available somewhere? There should be info on this distribured with the binaries in the IDE.

  • @hanbitmicroco.ltd-motionco8458
    @hanbitmicroco.ltd-motionco8458 2 года назад

    Thanks to your instruction, I could set up dev environment. I am using CH32V307 board. Is there USB HID device basic send/receive example ? Only I found USB Keyboard device example.

  • @litianpei
    @litianpei Год назад

    v307 has many peripherals, but I currently only use some of them

    • @rvmaking
      @rvmaking  Год назад

      So CH32V203 would be the right choice😀

  • @moukafaslouka4796
    @moukafaslouka4796 Год назад +2

    That's a modified Eclipse IDE

  • @engr.makabirarif722
    @engr.makabirarif722 Год назад +1

    Please sir post your tutorial videos step by Step; waiting for the RISC-V MCU CH32V307 E02

    • @rvmaking
      @rvmaking  Год назад +1

      OK, I will do this :)

  • @murattekin6111
    @murattekin6111 Год назад

    we really really needs more education videos about WCH microcontrollers and mounrivers studio. You have great products and great IDE but i really dont understand why is your education side is weak. Sorry me but you have only a few videos. If i were you i would upload more exam videos. Thank you.

  • @TheAstronomyDude
    @TheAstronomyDude 2 года назад +1

    The blink test doesn't do anything. Is it supposed to blink an LED on the development board?

    • @loayyari6325
      @loayyari6325 2 года назад +1

      You need to connect a wire between both LED1 and PA0 from the available GPIO pinout, checkout the Schematic file inside EVT/PUB folder for more details

  • @user-lr6lo1eg5t
    @user-lr6lo1eg5t Год назад

    In evaluation board (CH32V307EVT) can it be programmed using serial ports?

    • @rvmaking
      @rvmaking  Год назад

      yes. The chips has bootloader inside.

  • @Matrix739
    @Matrix739 Год назад

    I have connected the ch32V307vct6 board through USB but i am unable to download program. Do i need to purchase WCH link USB device separately for program downloading. Please clarify how to download. Thanks

    • @rvmaking
      @rvmaking  Год назад

      Do you design the board of CH32V037 by your own? if so, you can use the ISP tool to download the program.

  • @papyblue2162
    @papyblue2162 2 года назад

    hello, do you know how create a C++ project in VCC-GND Studio IDE ?

  • @sebastiansavu9416
    @sebastiansavu9416 Год назад

    I built a pcb using ch32v103c8t6 but i am not able to program the mcu using wch link. Is there a way to get some help or pcb review because i am not sure what am i doing wrong. Tried the wch tech support email but didn't got an answer

    • @rvmaking
      @rvmaking  Год назад

      please tell me the WCH-Link version and make sure the IDE is the latest version.

  • @WalkundeSuyash
    @WalkundeSuyash 2 года назад

    Does CH32V307 has DSP or NN Software engine similar to that of ARMs CMSIS DSP and CMSIS NN?

    • @rvmaking
      @rvmaking  Год назад

      What do you want to design with CH32V307? If it is an FOC motor application, we have the math library for you to use

  • @bakiapaydn3598
    @bakiapaydn3598 2 года назад

    IDE looks like the TI's CCS .

    • @anklabs7504
      @anklabs7504 2 года назад

      I would say it looks more like CUBE IDE, Its just the point of view you have great experience working with CCS so you feel like that but i have experience working with CUBEIDE(STM32)

    • @WalkundeSuyash
      @WalkundeSuyash 2 года назад +8

      STM, TI, ESP they all build their toolchain on top of Eclipse, Similarly WCH is doing Thats Why they all look Same. But If you observe carefully the HAL of WCH controller is 90-95% same As STM32's HAL. That's a great thing for anyone coming fro STM32 Development.

  • @user-rd8nh6kg8j
    @user-rd8nh6kg8j Год назад

    can you do it in linux

    • @rvmaking
      @rvmaking  Год назад

      you can download the linux version on the Mounriver website