We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
when I use ARTX with liuminary's LM3S8962 in ISR if I use isr_evt_set, it run into hard fault,if not use the function,it run ok,i don't know why,can I get help?
void key_int_isr( void ) __irq { /* Clear the interrupt. */ GPIOPinIntClear(GPIO_PORTE_BASE, KEY1); GPIOPinWrite(GPIO_PORTA_BASE, BEEP,0); //beep on delay(20000); GPIOPinWrite(GPIO_PORTA_BASE, BEEP, BEEP);//beep off keyflag=1; // isr_evt_set (EVT_KEY, t_key); //Send event to 'handle_key_task' }
FreeRTOS, RTX...do you think anybody here can actually follow what you are trying to say? please be come concise.