<div dir="ltr">Hello,<br><br>we are using rtems 4.10 and the ERC32 microprocessor.<br><br>When we tried to use the GPIO we found that there is an inconsistency between bsp structure for erc32 memory mapped registers and the erc32 user manual.<br>
<br>In the bsp structure for erc32 memory mapped register (erc32.h) says:<br><br>        First_Failing_Data;                   /* offset 0xa8 */<br><br>        First_Failing_Syndrome_and_Check_Bits;/* offset 0xac */<br><br>
But, in the erc32 user manual it says that for the same offsets another register names are used:<br><br>        General-purpose Interface Configuration Register 0xA8<br><br>        General-purpose Interface Data Register          0xAC<br>
<br>We successfully used the GPIO according to the erc32 user manual. Do you think that the structure ERC32_Register_Map should be fixed?? or is there something that I'm not seeing??<br><br>Thanks in advance and best regards,<br>
<br>Matias<br><br></div>