Hi,
I would like to perform some basic instructions on GPIO ports (Leds, user switch etc.). I downloaded Sys/bios sdk for IDK AM437X and used some TI's instructions as Board_setTriColorLED, Board_pinMuxConfig etc. I dived into these functions and their components and can't figure out two things:
1. What are the Module ID's listed in appropriate chipdb_defs.h file? I suppose they are not physical addresses, so are they connected to some ID's of peripherals in SYS/BIOS?
2. In which file I can find physical addresses of GPIO ports required by the functions from gpio.c and named as baseAddr? I supposed these should be provided as a defined value such as GPIOA_BASEADDR, but nothing like this is defined in any of included headers. I am sure these information must be provided for my kit somewhere in the sdk/board but I can't find it.
Regards,
Jacek