9 years, 4 months ago.

'pinmap not found for peripheral’

Does anyone meet this issue? My HW(arduino interface) and program works well on ST F103RB and LPC1549, but it showed this error message in the debug port. Thanks in advance.

Question relating to:

The Freedom-K64F is an ultra-low-cost development platform for Kinetis K64, K63, and K24 MCUs.

1 Answer

9 years, 4 months ago.

It means you are instantiating a peripheral (Serial, PwmOut, etc) on a pin which does not support it.

An addition

@wei ying, your question lacks details like what pin and peripheral returns the error? You can share the definition for that object.

posted by Martin Kojtal 26 Nov 2014