Jump to content

Recommended Posts

Posted

Hello

Today i worked pretty much (let's say more than usually ;) on my little mb project, and i've been uploading some C code all day long on my pic18f452 (hundreds of uplodad and restarts), then, my core board (no din nor douts, just nude) stopped to work. Of course i tripple checked my code, but i even cant run a "hello world" program anymore. My lcd show the "MIOS V1.9" splash message, then turn blank.

So i wonder if it's possible that i fried the pic by uploading too many times ?

The strange thing, is that when i try to upload, MIOS restart (then go 'blank'), as it should, so it's the proof it's not completely freezed.

What do you think ?

Posted

(hundreds of uplodad and restarts)

Oh good it's not just me. Man that bootloader is the bomb, imagine coding without it!

Have you tried uploading MIOS again and then some skeleton app to test? Maybe somehow your app is killing MIOS. hmmmm

Posted

(hundreds of uplodad and restarts)

Is it possible that you have reached the PIC's "100,000 erase/write cycle Enhanced FLASH program memory typical" physical limit?

I seriously doubt this, of course.

It's not ye olde "RAM between 0x60-0x7f is not directly accessible" issue?

Posted

Strange, I did a LOT of uploads when working on projects and never had a failure

maybe your code got too big so that a part of mios was overwritten

(this has happened to me a few times before I used the 18f4620)

in that you can upload MIOS as Stryd suggested

It's not ye olde "RAM between 0x60-0x7f is not directly accessible" issue?

this is only an issue for the can enabled pics ...

Posted
Have you tried uploading MIOS again and then some skeleton app to test? Maybe somehow your app is killing MIOS. hmmmm

Yep, i have uploaded a "hello world" program that give the same results :(

I'm giving up, and use a new pic ;)

Posted

;D congratulations for your Gameboy place on BOTB..

mhh.. try to upload application or mios1.9 within 2 seconds after switch power on.

I'd similar problem.. after that all runs fine.

Posted
mhh.. try to upload application or mios1.9 within 2 seconds after switch power on.

I'd similar problem.. after that all runs fine.

YEAH !! YOU GOT IT ^^

Thank you all, and Rio : congrats to you too, for your Vic20 Place on http://battleofthebits.org/ !!! ;)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...