• bxCAN on STM32F407 with auto retransmission (NART bit disabled)
    Hello, I use CAN module on my STM32 F103 / F412 / F407 boards. I have NART bit set to 0 meaning Auto Retransmission if sending failed. I have a test with STM32F407 2 boards connected via CAN...
  • bxCAN on STM32F407 with auto retransmission (NART bit disabled)
    Hello, I use CAN module on my STM32 F103 / F412 / F407 boards. I have NART bit set to 0 meaning Auto Retransmission if sending failed. I have a test with STM32F407 2 boards connected via CAN...
  • Read non-secure DFAR from secure world
    Note: This was originally posted on 7th June 2012 at http://forums.arm.com Hi, I understand that the DFAR (Data Fault Address Register) is banked between the secure and the non-secure world. I am writing...
  • Read non-secure DFAR from secure world
    Note: This was originally posted on 7th June 2012 at http://forums.arm.com Hi, I understand that the DFAR (Data Fault Address Register) is banked between the secure and the non-secure world. I am writing...
  • Reading Non-Secure PENDSVSET after re-entry into Secure PendSV
    I'm currently doing some work to an RTOS to allow two kernels to be operating simultaneously on an M33 core, one in Secure flash/RAM and one in Non-Secure. I've got things *just* about working stably...