wafa_ath
wafa_ath
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