Other Parts Discussed in Thread: CC2541
Hi All:
The CC2541 is a peripheral, it send sensor data to the Phone which is a central.
When the CC2541 doesn't connect with the phone, it will collect data from sensor and save them in flash. the CC2541 will send the saved data to the phone as long as they are connected.
I learn that there is only 1KB~2KB space that can be used by osal_snv_write. I chose the CC2541 with 256KB Flash, and the .map file after compile shows that only about 130KB memory used. Could I use the left space (nearly 100KB) to store data.
If I have more than 50KB data to store, Should I have to save them into the external Flash ? Could I use the left flash in CC2541?
Thanks a lot !