Hi,
In the SYS/BIOS Ind. SDK V1.1.0.5 EtherCAT example there are new TI vendor specific register on the address 0x0E18 to 0x0E1F. Compared to V1.1.0.4 in the file tiescbsp.c the procedure "bsp_esc_reg_perm_init()" there are the following new lines:
pRegPerm->reg_properties[0xE18]= TIESC_PERM_RW; pRegPerm->reg_properties[0xE19]= TIESC_PERM_RW; pRegPerm->reg_properties[0xE1A]= TIESC_PERM_RW; pRegPerm->reg_properties[0xE1B]= TIESC_PERM_RW; pRegPerm->reg_properties[0xE1C]= TIESC_PERM_RW; pRegPerm->reg_properties[0xE1D]= TIESC_PERM_RW; pRegPerm->reg_properties[0xE1E]= TIESC_PERM_RW; pRegPerm->reg_properties[0xE1F]= TIESC_PERM_RW;
I can not find this register in the AM335x EtherCAT firmware API Guide on http://processors.wiki.ti.com/index.php/AM335x_EtherCAT_firmware_API_guide
Any ideas what this register are doing?
Thanks and best regards,
Patrick