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.


Messages - FABRIZIO

Pages: [1]
1
µTasker general / Re: Put value into flash memory Bootloader Area
« on: October 16, 2018, 03:11:12 PM »
Done...   all ok!
Thank you very much. Fabrizio

2
µ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

3
µTasker general / Re: UART channel sharing
« on: December 14, 2017, 08:30:27 AM »
I used CodeWarrior's beans (v.10.7) to configure the devices, including the UART0 However I had not set the disabling of the interrupts before jumping to the application. Now it seems fixed, but I'm doing further tests to see if everything is really ok and I'll update you. I take this opportunity to compliment you, you have created a very powerful and flexible project but above all you have a high capacity to enter and understand the projects and problems of others. Thank you very much

4
µ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

5
Hi Mark,
I'm using a custom board with Kinetis KEAZN64 (64LQFP), I would like to program the kinetis via bootloader (with UART) I followed the instructions in the various videos and forums, but I'm doing something wrong. my hardware has an external ceramic resonator at 16MHz but everything is still, I checked with an oscilloscope at the output and there is no clock signal. Is there any particular recommendation to follow for this microcontroller? If necessary I will send you the source code of app_hw_kinetis.h or other that you will require me .. Thank you very much
 
Fabrizio

Pages: [1]