Posted on March 19, 2016 at 15:23 I have a brand-new project (with brand-new circuit board) based on the STM32F410CBT6 chip. This chip, which I think is relatively new, supposedly has 128KB of FLASH and 32KB of SRAM. However, the default linker s...
Posted on February 01, 2016 at 15:28I have a project running nicely on a STM32F407 (same chip as on the Discovery 4 board). It's fairly simple, using only a couple of UARTs and some GPIOs, and it uses ABSOLUTELY NO STM CODE (including HAL). I now ...
Posted on April 06, 2016 at 13:19>the processor still expects you to set a valid stack address, >and when things fault or interrupt, it is going to use that. My test program has a pefectly valid stack address at the beginning of the interrupt vec...
Posted on April 05, 2016 at 14:23 Wow Tarek, it looks like Christmas! :) I assume everyone else is seeing your message in red and green, so I'll just say Happy Holiday to everyone! Anyway, I agree that you are probably right about some small pro...
Posted on April 05, 2016 at 13:57 Clive, there was nothing vague about my description of the symptoms, and I'm sticking to my claim that there are ''issues with the F410''. I promise to change my story if I am proven wrong. :) I agree with you ...
Posted on April 05, 2016 at 13:40VisualGDB is anything BUT a ''strange'' IDE. It is the most common IDE on the planet Earth because it is the Visual Studio IDE. VS is the only IDE I use (I usually write with editor/assembler/linker), so I was very...
Posted on April 04, 2016 at 15:34For about a week now, I have been experiencing and reporting problems with the relatively new STM32F410 chip from ST Micro. I've been trying to load a new VisualGDB project into a new circuit board of my own design,...