chipKIT® Development Platform

Inspired by Arduino™

MPIDE and MPLAB

Created Sat, 31 Mar 2012 21:08:39 +0000 by Mark597


Mark597

Sat, 31 Mar 2012 21:08:39 +0000

Does anyone know how to force a function be loaded at a specific address. I would like to be able to compile a program in MPIDE and use obj file in MPLAB. I have done similar with 68hc11 tools but the compiler generated a memory list file. I could then use the memory location with another compiler which had different libraries. I'm not sure how if at all possible with MPIDE. I like the Arduino type libraries which are C/C++ mix. MPLAB only has a straight C compiler.