Avi Weiss created an issue: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5614



## Summary
As per the TRM the `INTMAP` register comes after `BFINTC`, and before 
`INTOFF0`.  

![image](/uploads/8d203835df7873c1bcd35403dd43eea3/image.png){width=568 
height=124}

The current file hides inside a padding block.

```c
  uint32_t BFINTC;            /*Buffer Full Interrupt Enable Clear Register*/
  uint8_t reserved2 [8];
  uint32_t INTOFF0;           /*Interrupt Offset Register 0*/
```

Note it's the same for both variants (43x and 31x) so the fix works for both.

<!-- Pre-set options
- milestone
-->

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5614
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to