Other Parts Discussed in Thread: AM4377
Tool/software: Starterware
Hello,
I try to make generate a new board library for our custom board.
We use the AM4377 soc and tested the application with the idkAM437x Evaluation kit.
First of all I tried to init some GPIO Pins, and I found this Manual:
Working fine, the GPIO Pins do what I expected.
But the Pins I need to use in our custom board create a short cirsuit in the idkAM437x Evaluation board. So what I want now is a new device which I can select in the CCS7 Project properties. So all hardware Pins are defined and initialized just with using this device. If I just Change the device back to idkAM437x the Evaluation board will not light up.
I found this Manual:
processors.wiki.ti.com/.../Adding_Custom_Board_Library_Target_to_Processor_SDK_RTOS_makefiles
At first I just want a copy of the idkAm437x with the Name "AM4377_ECP5_Board". Only the Name is different, the code and all Settings are still the same.
But if I try to compile the custom board I only got Errors.
I searched for the error and found this post here:
As I understand, I just use the first Manual and that's it.
Is it not possible to add a device as I want?
In the attachment I added the changed board files and the Output of my compile triesCustomBoardTest.zip
Can someone tell me what I have forgotten?
Kind regards
Florian Kaiser