I’ve turned an old core from SmashTV (CORE R3) with a 18F452 into a midi merger.
The PIC has a sticker from SmashTV that says MIOS_BOOTRAP_V1_1B.
In mios studio the core responds to query:
Operating System: MIOS8
Board: MBHP_CORE or similar
Core Family: PIC18F
Application is up & running!
I have successfully upgraded mios by uploading mios_v1_9g_pic18f452.hex
But when I try to upload by selecting midimerger_v1_5\midimerger_pic18f_with_bootloader.hex it shows:
Reading midimerger_pic18f_with_bootloader.hex
midimerger_pic18f_with_bootloader.hex contains 830 bytes (5 blocks).
Range 0x00000000-0x00002fff (12288 bytes) - MIOS8 area
Range 0x00003000-0x000007ff (4294957056 bytes) - PIC Flash
Range 0x00300000-0x003000ff (256 bytes) - LPC17 Flash
Press start button to begin upload.
When I click “start” I get:
Reading midimerger_pic18f_with_bootloader.hex
Trying to contact the core…
midimerger_pic18f_with_bootloader.hex contains 830 bytes (5 blocks).
Range 0x00000000-0x00002fff (12288 bytes) - MIOS8 area
Range 0x00003000-0x000007ff (4294957056 bytes) - PIC Flash
Range 0x00300000-0x003000ff (256 bytes) - LPC17 Flash
Hex file contains invalid ranges for MIOS8!
Unfortunately I don’t have a PIC Burner. Is there a way I can update the Bootloader with MIOS Studio? (assuming that is the problem.)