Hi ,
We are working on Am335x TI ICE board for a ethercat project. I am using the example application from TI examples code ( ie. ecat_appl ) project and trying to implement our logics in it.
Before implementing our logic I am in process of studing the code. I have a query on fuction used, In tiescappl.c file for eg. you are using set_led(LED); methods, I can see proto type declaration but not able to see definations and the paramenter assigned register. Is it mapped to particular address in map file or where is it done. I can see a driver.lib of AM335x is it routed to this library's
How it is assigned to the ports of the micro controller. if possible can you please send me the flow chart available.