• 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...
  • 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 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...
  • USBD_CDC_ACM_DataAvailable problem STM32F2XX
    Hello all, I am following the Virtual COM example to communicate with the PC by using the USB port and process the data like a serial port. Until there everything works fine, I can send data and...