1
µTasker general / Put value into flash memory Bootloader Area
« on: October 16, 2018, 10:37:32 AM »
Hi all,
I have to put four values within a certain flash memory area and I have to do it within the UTaskerSerialBoot project. The microcontroller used is Kinetis KEAZN64.
For example: put 0x01 0x02 0x03 0x04 in memory locations 0x00001FFC - 0x00001FFD - 0x00001FFE - 0x00001FFF.
Is it possible to do this in the Task project?
Which is the most suitable system? and in which files of the Task project enter the change?
Thank you
Fabrizio
I have to put four values within a certain flash memory area and I have to do it within the UTaskerSerialBoot project. The microcontroller used is Kinetis KEAZN64.
For example: put 0x01 0x02 0x03 0x04 in memory locations 0x00001FFC - 0x00001FFD - 0x00001FFE - 0x00001FFF.
Is it possible to do this in the Task project?
Which is the most suitable system? and in which files of the Task project enter the change?
Thank you
Fabrizio