mandingo Posted April 16, 2007 Report Posted April 16, 2007 Hello there,I have a seq that was working fine on 2.3 . I'm using an 18f452 pic. I have uploaded the new MIOS and bootloader. (update_with_old_mios.hex) I got this on the feedback:[D0 1A 00] Channel 1: Channel Pressure value: 26The LCD now reads:Bootloader is up-to-dateNow when I try to upload the 3.1 (setup_mbseq_v3.HEX) here is what I get:00000002852470 ms | [EE 02 00] Channel 15: Pitch Bend value: 200000002854556 ms | Sysex message: F0 00 00 7E 40 00 01 F700000002856446 ms | [EE 02 00] Channel 15: Pitch Bend value: 200000002858532 ms | Sysex message: F0 00 00 7E 40 00 01 F700000002860425 ms | [EE 02 00] Channel 15: Pitch Bend value: 2The uploader says:Sending block 00008000-000080FFReceived error code 05: Write access failed (invalid address range) - used by 1st level bslAborting after 16 errorsAfter that I have to reinstall the mios to get anything to appear on the screen.Not sure what is going on. It did work with the earlier version.Thank you for any help.
TK. Posted April 16, 2007 Report Posted April 16, 2007 Perfect, this demonstrates that the "fail save" protection is working! :)From the ChangeLog: o this version *REQUIRES* a PIC18F4620, it won't run on a PIC18F452 ! o there is now a check during the initialisation for the PIC derivative. Execution from any other PIC than PIC18F4620 is gracefully prevented. You will see a message on screen, and a MIDI event "EE <devid[2:0]> <devid2[9:3]> is sent to notify about the wrong PIC[/code]Best Regards, Thorsten.
mandingo Posted April 16, 2007 Author Report Posted April 16, 2007 Right. Well I"m a dork. Thanks for the info.Cheers,ChuckO
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now