Avi Weiss created an issue:
https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5584
## Summary
In `bsps/arm/tms570/start/tms570-pom.c`
```c
TMS570_POM.GLBCTRL = TMS570_POM_GLBCTRL_ON_OFF(0xa) |
TMS570_POM_GLBCTRL_ETO(0xa) |
(TMS570_POM_GLBCTRL_OTADDR(~0) &
pom_global_overlay_target_address_start);
```
`LS31x` variants have this `ETO` field in `POMGLBCTRL`:
{width=714
height=291}
but the `LC43x` variants do not:
{width=694
height=168}
## Expected behaviour
Guard the write to the `ETO` register for only `LS31x` variants or have 2
different versions of that section/function.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5584
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