Skip to main content
Associate III
February 12, 2024
Solved

board.c generation

  • February 12, 2024
  • 1 reply
  • 1069 views

Hi

I have an imported project and I would like to modificy the GPIO configuration inside board.c

I saw board.c is a file generated from pinMapEditor configuration but is I open the project and the PinMapEditor page I'm not able to modify anything because the pin configuration setting does not open and clicking on the pin name does nothing happen.

Any suggestion?

Thanks

Fabio

 

 

This topic has been closed for replies.
Best answer by Max VIZZINI

Hi,

If you imported the project from existing samples, you cannot modify it.

You need to create a new project adding the same components and configuration. 

Then in the PinMap editor you will be able to right-click and change the pin assignment.

Make sure to keep the same pin name otherwise you need to change the pin name in the source code too.

Best Regards,

AutoDevKit Team

1 reply

Max VIZZINI
Max VIZZINIBest answer
Technical Moderator
February 12, 2024

Hi,

If you imported the project from existing samples, you cannot modify it.

You need to create a new project adding the same components and configuration. 

Then in the PinMap editor you will be able to right-click and change the pin assignment.

Make sure to keep the same pin name otherwise you need to change the pin name in the source code too.

Best Regards,

AutoDevKit Team

Associate III
February 14, 2024

Thanks Max,

 

I directly changed the configuration.xml

 

Fabio