2020年2月10日 星期一

[MEMO] How to check total RAM and ROM size on Keil-MDK

1. ZI Data: Zero Initialized Data
2. RO Data are the constants
3. Total RAM Size = RW Data + ZI Data
4. Total ROM Size = Code + RO Data + RW Data

[MEMO] How to install nrfutil for the nRF52 platform

1. Download and install python 2.7.15.


2. Open cmd.
3. Go to C:\Python27\Scripts\
4. Type command in console.
    pip install nrfutil==3.4.0

5. Done.