User Activity

Posted on August 27, 2015 at 02:02Hi, I am running a small program on my nucleo board and it would be very helpful to read back the RAM contents during processing. The IRAM is set in Keil to start @ 0x20000000. But if I set a breakpoint in my code a...
Posted on May 25, 2015 at 02:16Hi, I'm using an STM32F302R8 board to do some basic DSP work. I've been using my desktop with windows 7 on it for a while and I'm able to use Keil V5.14 to program the board no problem. However, I have to move to using...
Posted on May 04, 2015 at 22:59Hi, I'm trying to understand the memory mapping used on the STM32 Nucleo series of boards. Specifically, I'm trying to understand how I can use SRAM vs Flash for program execution.  In short, i am trying to get my pr...
Posted on March 29, 2015 at 00:15 Hi, I am trying to send about 2500 bytes over UART from my computer to my STM F091 board. When I try to send small chunks, upto say 100 bytes, the data seems fine. About 1-2% of the bytes i read back are corrupt...