I use PIC16F1713 device (C language) and Tiny Multi Bootloader+(v0.10.0 or v0.11.0). I tried use bootloader to downloader our new appliction firmware, app.hex (12K). Tiny Multi Bootloader+ showed "Error: hex file too large, writing bootloader firmware".
But our project in MAPLAB X IDE( Microchip) development tools display the memory usage is : 1)Data 512(0x200)Byte, Data used :255(0xFF)Free257(0x101)
2)Program 4096(0x1000)bytes, program used :2059(0x80B) Free:2037(0x7F5)
Both are data and programg are used 50%. But Why Tiny Multi Bootloader+ showed hex file too large? it looks not correct?
Do you know how to fixed the issues?
Thanks,
June
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I use PIC16F1713 device (C language) and Tiny Multi Bootloader+(v0.10.0 or v0.11.0). I tried use bootloader to downloader our new appliction firmware, app.hex (12K). Tiny Multi Bootloader+ showed "Error: hex file too large, writing bootloader firmware".
But our project in MAPLAB X IDE( Microchip) development tools display the memory usage is : 1)Data 512(0x200)Byte, Data used :255(0xFF)Free257(0x101)
2)Program 4096(0x1000)bytes, program used :2059(0x80B) Free:2037(0x7F5)
Both are data and programg are used 50%. But Why Tiny Multi Bootloader+ showed hex file too large? it looks not correct?
Do you know how to fixed the issues?
Thanks,
June