Quantcast
Channel: MSP 低功耗微控制器论坛 - 最近的话题
Viewing all articles
Browse latest Browse all 3634

MSP430FR5994 SRAM和FRAM

$
0
0

1. MSP430FR5994拥有256KB FRAM,8KB SRAM,各有什么用途?

2.定义的数组、变量等是不是都存储在SRAM中?

3. 以下数组定义是什么意思,存储在什么地方,为什么不会溢出?

#pragma LOCATION(dataRecorded1, 0x10000);
#pragma PERSISTENT(dataRecorded1);
uint16_t dataRecorded1[32768] = {0};


Viewing all articles
Browse latest Browse all 3634

Trending Articles