PDA

View Full Version : Is there a tutorial for PBP and MPLAB X ?



evildrome
- 4th May 2017, 15:05
Hi All,

Have added PBP to the tools. Have created a project, have added PBP program to source but I don't think it likes it. I was only able to add it as type 'Empty'.

Build does nothing.

A tutorial of how to add a project, add source and then compile would be handy.

I am a relative beginner to programming chips but not IT in general. My start in programming was 6502 assembler.

Cheers,

Wilson Logan.

HenrikOlsson
- 4th May 2017, 17:18
Try addind an already existing source file to project, it has to have a .pbp extension. There a Copy checkbox in the Add File dialog, tick that to get a copy of your original source file in the MPLABX Project directory.

/Henrik.

evildrome
- 9th May 2017, 19:21
Hi Henrik,

Thanks for your advice.

I had more hoops to jump through but I eventually managed to get the debugging working.

Cheers,

Wilson.