Posted on June 26, 2015 at 14:40STM32 documentation says that the I-CODE and D-CODE buses are connected to the internal flash memory. The I-CODE bus is used to fetch instructions and the D-CODE bus is used for data access in the code memory region (...
Posted on October 06, 2014 at 13:46
I found a problem with the current version 1.3.0 of STM32CubeF4 library. As it turned out STM32Cube USB host middleware does not work correctly with some USB flash drives I have, particularly the old ones with...
Posted on July 02, 2015 at 15:04My current project does not have any special requirements regarding internal flash access. I just needed some clarification on how STM32 buses are organized. It' always good to understand the internals. Thank you all ...
Posted on June 28, 2015 at 18:12clive1, thank you for your comment. I managed to find some hints on the subject herehttp://community.arm.com/message/11530(in a message posted by Simon Craske). But the info is still incomplete:Cortex-M3 assumes that ...