User Activity

Posted on October 16, 2013 at 23:08 I've been trying to solve this issue for way too long now. I've looked at other similar posts, but I am still unable to enter my ISR when the timer rolls over. void init_interface(void) { GPIO_InitT...
Posted on July 25, 2013 at 17:24I have a couple questions about the onboard eeprom found in the STM32L152RB and similar devices.  My first question has to do with erasing the memory.  CD00242299 (the flash programming application note) mentions a d...
Posted on June 11, 2013 at 21:12 Using a STM32L152RB I'm trying to send some data out on the I2C bus using DMA, but I can't quite get the data to transmit like I expected. This is how I'm initializing the DMA. My memory source is...
Posted on June 04, 2013 at 16:59Hi all, I just want to clear up my understanding of DMA and how it works with respect to communication peripherals such as SPI and I2C. First, let's say I have a function that does some matrix multiplication and saves...