• Can a RTX task mail itself?
    Is it possible to for a task to send mail to itself? example: /* Wait for mail (actions) to arrive from other tasks */ WaitResult = os_mbx_wait(gsm_mailbox, (VOID**)&gsm_actionP, MS_TO_SYS_TICKS...
  • Can a RTX task mail itself?
    Is it possible to for a task to send mail to itself? example: /* Wait for mail (actions) to arrive from other tasks */ WaitResult = os_mbx_wait(gsm_mailbox, (VOID**)&gsm_actionP, MS_TO_SYS_TICKS...
  • 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...
  • 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...
  • how to run a function in ram that it was copy from SD Card
    I have a STM32 CortexM4 microcontroller that has a limited flash memory size. There are many classes in my keil project that they'r never run together. So i have decided to run these classes distinctly...