• Inicialize struct
    HI!! I'm initalization 3 global variables type struct in main.c This struct is defined in PID.h : typedef struct { int dState; /* Last position input */ int iState; /* Integrator State */...
  • 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 ...
  • Random Number Generation on STM32F407
    Hi All, I want to be able to write a very simple program to generate random number using the RNG. Unfortunately I am extremely new to embedded programming and so please pardon my lack of knowledge...
  • 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...
  • 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...