PIC32-T795 - programming problems

Started by slayer99, November 27, 2012, 12:08:53 AM

Previous topic - Next topic

slayer99

Hello. I've just bought PIC32-T795 board and i have a strange problem programming it. It's working fine as long as i'm in debug mode. But after i put it in release mode it is not executing program - even simple led blinking  :( I've been working on few different PIC32 processor platforms and i never had such problem before. I'm using MPLAB X and ICD 3 hardware. I've checked the same software on different PIC32 processor board and it works just fine. Any clues??

olimex

this usually happens when you setup your linker to place your code in RAM
make it to place your code in Flash and try again :)