• 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 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...
  • 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...
  • EFS STM32F2xx SPI NOR FLASH
    I am using a STM32F207IG microcontroller, a SPI NOR Flash (M25P16) with Keil::MDK-Middleware File System v6.9.8 and EFS. Init, Mounting and formatting works. Even "finfo()" works an delivers information...
  • 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...