User Activity

My goal is to have a timer that triggers an interrupt at 1kHz and for that to call a few lines of code that starts a HAL_SPI_TransmitReceive_DMA call (or possibly more than one on different SPI buses). Once the SPI calls are made, it enters a while l...
Posted on October 31, 2017 at 21:03I downloaded the example code for EEPROM emulation (http://www.st.com/en/embedded-software/stsw-stm32112.html ) but I can't get it to compile. I'm using an STM32F301K6 processor and I'm working with IAR Embedded Wo...