wafa_ath
DIIDevHeads IoT Integration Server
•Created by Dtynin on 9/4/2024 in #firmware-and-baremetal
How to Store Float Calculation Results in FLASH Memory on PIC16F877A Using MPLAB X IDE?
Storing floats directly in FLASH on the PIC16F877A is tricky , consider scaling your float to an integer and store it in FLASH. This saves memory and avoids the complexities of storing non-supported data types directly.
6 replies