Part Number: AM5749
Tool/software: Code Composer Studio
hello,
I have a am574x idk board, I made a program with CCS 10 to control the led according to the demo, baremetal_template_app_am572x_c66 and GPIO_LedBlink_idkAM572x_c66xTestProject, I have two questioins:
1 when I made a new progarm, the Board_init function always has to locate the evmAM572x, if I want to locate the idkAM574x, what's the changes I have to do ?
2 I use GPIO_PinConfig funciton to configure the output, but it is not work, I have to add the register to configure, for example, *(unsigned int*)0x4A00369C = (unsigned int)(0x1000E); If I want the function to configure the output or If I want to initialze the output, which function I have to use or which file I have to modify?
thanks very much