• How to timestamp a signal/msg/mail in Keil RTX?
    So... I have a few threads where data is originating, and two where it's being used. I'm reluctant to use producer/consumer because that's sort of implying this classical resource sharing pattern, but...
  • How to timestamp a signal/msg/mail in Keil RTX?
    So... I have a few threads where data is originating, and two where it's being used. I'm reluctant to use producer/consumer because that's sort of implying this classical resource sharing pattern, but...
  • CM4: Can processor halt itself by writing DHCSR
    Hello, As part of my diagnostic regime I wanted the diag to halt when completed. It doesn't seem like it can. It seems to keep running when I CoreDebug->DHCSR = (0xA05FUL << CoreDebug_DHCSR_DBGKEY_Pos...
  • Code run from RAM that can program itself
    I am building a USB bootloader that needs to be able to reprogram both an application and itself in flash. As a result I have looked into an approach like in the RAM_Function example where the code I...
  • Code run from RAM that can program itself
    I am building a USB bootloader that needs to be able to reprogram both an application and itself in flash. As a result I have looked into an approach like in the RAM_Function example where the code I...