• I am compiling code for stm32f407 family
    *** Using Compiler 'V5.05 update 2 (build 169)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin' Rebuild target 'STM324F_GPIO' assembling startup_stm32f40xx.s... compiling misc.c... compiling stm32f4xx_gpio.c...
  • Peripheral Simulation of stm32f407
    Hi, I am now using MDK-ARM 5 to debug my stm32f4 discovery board. In my peripheral menu in simulation condition, I can only see “core peripheral”. Does MDK-ARM 5 support the simulation of peripheral...
  • stm32f407 use emwin problem
    Hi I just want change to MCU from f103 to f407 and change my ucgui code into emwin style, so there is problem i want to create a window to show i created it then call GUI_Exec(); in while (1) loop ...
  • STM32F407 Flash Erase
    My problem occurs immediately after erasing a bock of the flash. This is a tough problem - it usually works, but sometimes locks up. I have done some searching, not found this elsewhere. I've been through...
  • STM32F407 SPI - CRC_CALCULATION
    Im working on a project where i going to communicate between a STM32F407VGT and a LTC6804 BMS chip. for communication im going to use SPI with 8Bit datasize. For the communication im going to use a Packet...