This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

MCBSTM32 examples does not work on MCBSTM32C

I'd like to run example for Mass storage device which was written for MCBSTM32 evaluation board on my MCBSTM32C ver 2.0 board.

I tried to port this example without success. That should be easy, but I'm still struggling with that. I wonder to know what I missed?
what should be concern to work this example on MCBSTM32C?
is there any configuration file to setup?

Parents
  • The MCUs mounted on Keil's dev boards are,
    MCBSTM32 - STM32F103RB
    MCBSTM32C - STM32F107VC

    The USB engine on the connectivity-line STM32F MCU (STM32F105 / 107) is an OTG engine. And STM32F102 / 103 are equipped with device (function) engine. These engines are completely different. Therefore, USB examples for MCBSTM32 don't run on MCBSTM32C, without significant modification.

    Tsuneo

Reply
  • The MCUs mounted on Keil's dev boards are,
    MCBSTM32 - STM32F103RB
    MCBSTM32C - STM32F107VC

    The USB engine on the connectivity-line STM32F MCU (STM32F105 / 107) is an OTG engine. And STM32F102 / 103 are equipped with device (function) engine. These engines are completely different. Therefore, USB examples for MCBSTM32 don't run on MCBSTM32C, without significant modification.

    Tsuneo

Children