News:

;) This forum is the property of Proton software developers

Main Menu

HEF read-write help

Started by Maxi, Today at 04:02 PM

Previous topic - Next topic

Maxi

Hello everyone.
I hope you're all well.
I've had to read-write with the HEF side for the first time (pic16F1575)

I don't understand why this is so difficult? have I missed something?

Isn't there a command similar to the classic and reliable `ewrite` and `eread` commands for this?

I'm at a loss as to what to do – how can I write and read values such as bits, bytes, words, floats and double words?

xvovanx

#1
Please check the datasheet, and you will see that your microcontroller does not have EEPROM memory; it only has flash memory, but flash memory is more complicated to work with.