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...
Posted on August 28, 2015 at 02:04Thanks, Clive. I'll take a look at Keil's SAVE command. The UART was just becoming a big overhead to move data back and forth quickly.
Posted on May 26, 2015 at 01:24Do you mean the debug pane shown in the picture above? as you can see, there is nothing listed there at all! in the first window, it defaulted to the ST-LINK shown. in the 2nd window, it doesnt show anything at all, wh...
Posted on May 25, 2015 at 16:42Hi Clive1, Here is a visual representation of the issue. on my working system, i get: and on the other system, using the same board ( even the same USB cable! ) i get: Hope that is clearer than my original po...
Posted on May 05, 2015 at 02:03Hi Clive1, I'm planning to use several STM32 nucleos boards for this work, but for now, I am specifically working with the STM32F302R8 board. cheers!