• A way use isr_evt_set function by FIQ in ARTX
    In the ARTX, since the isr_evt_set can not be use in the __fiq function, I use the __swi function set the task instead. for exampal: void IsrSetFunction (void) __swi (8) { isr_evt_set (0x0001, tskMyTask...
  • A way use isr_evt_set function by FIQ in ARTX
    In the ARTX, since the isr_evt_set can not be use in the __fiq function, I use the __swi function set the task instead. for exampal: void IsrSetFunction (void) __swi (8) { isr_evt_set (0x0001, tskMyTask...
  • Any Idea about setting RCC regs!!
    Hi, After setting of the RCC registers like those in many examples in the web I found, I see that a toggling led does not match with the frequency of STM32f103RE. I have set the PLLmul to 9 and HSE...
  • Any Idea about setting RCC regs!!
    Hi, After setting of the RCC registers like those in many examples in the web I found, I see that a toggling led does not match with the frequency of STM32f103RE. I have set the PLLmul to 9 and HSE...
  • isr_evt_set problem?
    I have seem some vague references to a potential problem using the isr_evt_set RTX function. I was told it may have been on this forum but can not find any specific info. The claim was that the call...