When I load my hex file into the buffer, I get only FF in the buffer and no actual data loaded. Please help.

Buffer is having FF because file is not loaded into it properly. Please notice that hex files have offset address and you need to specify this while loading the file. An example of how to load a hex file with offset address 8000000H is shown below:

hex

Before programming, please check the buffer if it has proper data.

Was this answer helpful ? Yes (0) / No (0)