RTEMS | bsps/arm/tms570: tms570_htu_t missing INTMAP register (#5614)

Avi Weiss (@thnkslprpt) gitlab at rtems.org
Sat Jun 6 09:22:47 UTC 2026



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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260606/a302949b/attachment.htm>


More information about the bugs mailing list