Big char buffer declaration
Dear ST hello,
I am working on a driver on STM32F429, and I have to declare 104 uint8_t buffers.
In some cases I am facing an issue with memory, The buffer is overwritten by another application the buffer values change when I iterate through it the buffer is shifted!
When a loop on the first elements to read and write my buffer it looks very good but when I try to loop on the whole buffer I have a strange behavior.
Some reserved elements should not be changed because I don't change them but I could see them in the watch expression changing.
Do you have any idea to help me debug my problem, please?
Thank you in advance,
