Posted on January 23, 2017 at 23:54I have been trying to use Sector 0 on the STM32F415 chip to allow me to only consume 16K of the memory as I don't even need to persist half of that. Unfortunately, even after setting Vector offset (and testing if F...
Posted on January 13, 2017 at 23:27
Preface: I have been working with the DMA/IT TX/RX successfully and this is the first I've ran into this problem.
When trying to transmit back to back, my second transmission cuts off half of the first. Now,...
Posted on January 24, 2017 at 17:17This all helped a lot, and luckily I have the free space to handle this using a larger sector for now, I'll have to cross the 'out of space' bridge when I get to it, likely with a forced hw revision.Thanks for ever...
Posted on January 24, 2017 at 16:50I unfortunately cannot, device given to me to write firmware/software on, but cannot do hw revisions and that was not provisioned from the start.
Posted on January 24, 2017 at 16:49This actually helps a lot, I wonder if the debugger (which has access to my BOOT0 pin) is doing something during launch that doesn't happen when it's a normal start.Thanks for the info!
Posted on January 24, 2017 at 00:32Is there a way to use say, Sector 3 instead then? If I cannot use Sector 0 that is totally fine, I'll try another one, but it would be nice to know why (after setting the appropriate vector table offset) it works w...