Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - FABRIZIO

Pages: [1]
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

2
µTasker general / UART channel sharing
« on: December 13, 2017, 02:19:24 PM »
Can I use the same UART0 channel both to run the serial bootloader and for other uses in "my application"? I observe that any type of data packet that arrives from the PC to the UART0 after the boot has finished causes the microcontroller to stall ...
Regards
Fabrizio

Pages: [1]