Unable to program/update 5234 dev board

Discussion to talk about hardware related topics only.
Post Reply
ccoleman
Posts: 9
Joined: Wed Nov 05, 2008 8:55 am

Unable to program/update 5234 dev board

Post by ccoleman »

So one of the programs I uploaded had some error in it where I was getting an exception and the program wouldn't start.

No big deal I thought, just did a

Code: Select all

FLA ManufacturExample_APP.s19
to restore the board to some working order, except I'm getting an error at the end if the download:
Errors were encountered in the download Flash not programmed
So now what? how do I get this working again so I can do something? I've even tried making a new project with just the AutoUpdate in it, and the same result.
Ridgeglider
Posts: 513
Joined: Sat Apr 26, 2008 7:14 am

Re: Unable to program/update 5234 dev board

Post by Ridgeglider »

Sounds like your app may have issues. It could also be a broken comm link...

Try to POWER OFF (not just reset) the 5234.
Get MTTY going to the NB and PC coms port you feel are reliably working.
I suggest closing MTTY and even rebooting the PC if nothing else works.
If you have ever messed with the NB com port settings you can also confirm the NB com port setup with the NB monitor setup command and can match these within MTTTY.

I have seen MTTTY fail on the PC, often associated with a messed up USB/serial converter driver.

Now, with comms working, start pressing the capital A key in MTTTY, and while holding the key down, power up the 5234.
once you get the nb> prompt, type fla <CR>. You should see a message to the effect of "begin download" after which you pull dwn the transfer file menu.

Send this file: C:\Nburn\MOD5234\original\Mod5234FactoryDemo_APP.s19

That is a "known good" file.

Good luck.
rnixon
Posts: 833
Joined: Thu Apr 24, 2008 3:59 pm

Re: Unable to program/update 5234 dev board

Post by rnixon »

There should be some factory .s19 file in the "original" directory of your platform. That is what I normally use to restore a crash to my system.
ccoleman
Posts: 9
Joined: Wed Nov 05, 2008 8:55 am

Re: Unable to program/update 5234 dev board

Post by ccoleman »

I ended up getting the restore files from tech support, as loading any of the known good .s19 files just wasn't taking.

I'm just curious what I did to cause this to happen, ahh well least it's working now.
Post Reply