User Activity

I'm reading a temperature sensor (TC77) via SPI, with the following code (using the old StdPeriph lib):int16_t hdw_tc77_getTempRegister(void) { int16_t tempRegister; /*TC77 TEMP register*/ SPI_InitTypeDef SPI_InitStructure;   /*SPI confi...
Hello,Objective:I have to update the firmware of an STM32F412 using the bootloader in system memory (through UART protocol).Situation:A command in my user code allows jumping to the bootloader after a system reset (so the device is in nominal state)....