• STM32f2xx simulation
    I am not able to use the simulator when I select one of the 200 series STM32 devices, the STM32f205ZC specifically. There are no errors, but the instruction pointer just sits at address 0x00000000, and...
  • STM32_Init.c for STM32F2XX
    I'm curious to find out if Keil is working on a version of STM32_Init.c that would be compatible with the STM32F2XX devices. So far I've had to hack up the old version of it to get it to work but it...
  • STM32F2XX flashing
    The STM32F205 default ROM start address is 0x800000 and is set in the target driver Programming Algorithm for the flash, but when using default I get No Algorithm found for: 00000000H - 0000FFFFH. When...
  • STM32F2xx RTOS
    Hello, I have got some early samples for this uC and have tried for some time to get the RTOS to work properly. I am complete new to the RTOS, but is there any limitation in usint the RTOS on this...
  • HS USB device with no external Phy on stm32f2xx
    Folks reviewing my code and the recent changes to the RL libs etc I use the HS USB as a device in the bootloader code and the FS as a host in the application At the time I wrote the code...