Adapting MIOS to another LPC1769 board

Hello,

 

i have an board here with an LPC1769 on it, but it’s not the one from LPCxpresso. The pin assignment differs from the xpresso board.

 

How can i change the MIOS to fit this board? Is it sufficient to create a new mios32_board.c file with new definitions and fuctions or do i have to consider some other changes?

 

Best regards

Gregor

Why not just buy the right board.  They are cheep enough.

I guess the most obvious problem would be when special function pins used by MIOS32 are assigned to other functions on your board.

Potentially a lot of time and effort to resolve. Or maybe not, it depends on the board.

As was alluded to, the cost benefit balance probably isn’t there.  

Most files under mios32/LPC17xx define IO pinnings which maybe have to be adapted depending on the board layout.

 

Best Regards, Thorsten.