hi, i have pic core, pcb & components are functional, bootloader burned sucesfull and the upload query is this:F0 00 00 7E 40 70 01 F7 but if i want upload mios, there was this error message:
Starting upload of mios_v1_9f_pic18f452.hex
Requesting reboot…
Waiting for upload request…
Received unexpected MIOS SysEx message = 00007E407001F7 expected = 00007E3200
i tested input datas with oscilloscope at 26RX pin on pic and data were there
pls help, i bough 3rd pic & dont know what is problem
Ok, apparently the Device ID of your PIC is 70 instead of 00:
F0 00 00 7E 40 70 01 F7
Solution: upload the change_id application (can be found in the MIOS download area) with device ID 70 selected in MIOS Studio. It will program a new ID, so that you can select Device ID 00 thereafter.
You wrote:
all 8 IDs are set to 00
where did you set this? Something was wrong there…