STM32的CCM RAM

STM32F407ZGT6的Flash大小为1MB,SRAM大小为(128KB+64KB)。

这里SRAM之所以分开表示是因为在芯片内部前面的128KB和后面的64KB地址不是连续的,后面的64KB在ST官方叫做CCM (core coupled memory) ,由内核直接访问的,不能由外设访问。

下面两篇博客不错哦:

https://blog.csdn.net/zcshoucsdn/article/details/79176306   

https://blog.csdn.net/q7727765/article/details/48207259

猜你喜欢

转载自www.cnblogs.com/happybirthdaytoyou/p/12291282.html
RAM