User Activity

Is there any working examples for how to edit the eeprom.c file so you can use three sectors for the eeprom emulation? It is mentioned in AN3969 that it is possible to do that for wear levelling and it mentions that the EE_FindValidPage() function mu...
I am trying to get I2C on the STM32F411 to work with an audio codec. For now I am just trying a simple loopback but I am already running into trouble. I am using the standard lib and my code always hangs after sending the 7bit address. I checked ever...
Posted on January 24, 2018 at 20:27 With my STM32F4 I am trying to use an external interrupt to read aquadrature encoder on PC02 and regular port PC The interrupt on PC02 fires when I move the encoder, but it won’t return to the main loop again a...
Posted on September 04, 2017 at 12:33 On my STM32F411RE I send data to my SPI2 peripheral port using DMA and it works fine, but the moment I enable any kind of interrupts for the NVIC it completely scrambles up my stream of DMA data on my SPI2 -...
Posted on August 30, 2017 at 15:24 Hello, I am trying to get my MCP3204 ADC to run with my STM32F4. Unfortunately all I get from my SPI_I2S_ReceiveData() function is a bunch of zeros. According to my oscilloscope everything looks normal. I ...