4 years, 5 months ago.

Keil Debugger Side Effects

I am brand new to MBEDs and have just started using an LPC1768 for school. I built a couple of programs with the online IDE and they worked fine when I dropped them in and power reset the board. Then we started using the Keil debugger, which I believe loads the programs directly to flash. Now I can't get programs built with the online IDE and dropped in, to work anymore. Is there a way to clear the flash, am I misunderstanding how this works, did I just kill the possibility of dropping files, what? Thanks, Steve

1 Answer

4 years, 5 months ago.

Hi Steve,

When you connect the LPC1768 to the PC can you see it File Explorer or similar way in Linux? Online compiler does not know what physical hardware you have connected to PC. So the LPC1768 can't affect to Online IDE.

The dropped in download works with DAPLink. Look at this: https://armmbed.github.io/DAPLink/

The main reason if you can't see the device in your PC is that DAPLink firmware is broken. Previous DAPLink page guides you to reinstall DAPLink.

If compiling the project files please add the error information the Online IDE provides.

Regards, Pekka