Jump to content
  • 0

programming uC32 in pure C


brunomaximom

Question

5 answers to this question

Recommended Posts

Hello,

Unfortunately uc32 has  no onboard debugging / programming solution. As mentioned in the uc32 reference manual, in order to use the board as a development board using Microchip Development Tools, you need to connect a programmer on the JP3 connector (such as  Digilent PGM or Microchip Pickit 3).

Please tell me if you need more information.

Link to comment
Share on other sites

It also depends on what you need to be able to do. If you're needing to debug your code, the only option are those mentioned. The Snap debugger is a very inexpensive option ($15, and discounts are pretty regular).

If you don't need to debug, you would have to use a linker script to make the program look like something the MPIDE or Arduino IDE produces, but then you have to be able to download it through the bootloader.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...