Rule :
- RB_PER_07 The UART must be mapped onto Non-secure address space. This is called the Non-secure UART
Comment from @gowthamsiddarthd
- Since BSA ACS runs in Non-secure EL and test 606 accesses the UART registers and successfully validates interrupt behavior, it does demonstrate that:
- The UART is accessible from Non-secure state, and
- Interrupt generation/handling works via that Non-secure access
- Test 606 does not explicitly check the security attribution but it infers compliance through successful NS access and functionality.
Rule :
Comment from @gowthamsiddarthd