Thank you again :smileyhappy:
Yes, what I meant was that I will gather some readings from ADC to microcontroller's memory and when connected to PC the bootloader will create a log file that can be downloaded to the PC.
Another question:
1. Can I somewhow modify the Kinetis Bootloader so that blhost application will not be needed and the device will show up as a removable drive (MSD device)?
2. In the .pdf "Kinetis Bootloader v1.2.0 Reference Manual" in chapter 10 I see that:
"
In the downloaded package, locate the folder with the header files. The folder is named
after the MCU (for example, “MK64F12”) and contains a unique header file for each
peripheral in addition to regs.h and system_<device>.h files. Copy the entire folder into
the /src/include/device folder of the bootloader tree.
"
However, in /src/include/device there is already a folder named MKL43Z4. Where should I look for these required files?
What is more, these files:
"
clock_config_<old_device>.c —> clock_config_<new_device>.c
• hardware_init_<old_device>.c —> hardware_init _<new_device>.c
• memory_map_<old_device>.c —> memory_map _<new_device>.c
• peripherals_<old_device>.c —> peripherals _<new_device>.c
• startup_<old_device>.c —> startup _<new_device>.c"
are nowhere to be found. Where can I get the versions for my board?