Search the Community
Showing results for tags 'multitasking'.
-
I upload the example code "multievents" to LanchPad, but it doesn't work. Only the "Event_Id_01" be send. Configuration: LaunchPad: MSP432P401R red Energia: 1.8.7E21 Boards package: Energia MSP432 EMT 5.23.1 I did some modifications : Change the setup and loop function name in Event2.ino, Event3.ino , LED1.ino and LED23.ino Add "delay(10)" before exiting setup function in LED1.ino It working now. Thanks MultiEventsM.zip
-
I created an open-source RTOS called "NUFR" and I'm wanting to port it to the MSP430. So, first I'm advertising NUFR and second I'm soliciting advice for the port. NUFR is a small but nevertheless full-featured RTOS. It is ideal for the 430, that's why I'm porting it there. It already runs on the Cortex M's. Here's some approximate resource consumption numbers on the M3 /M4: - the NUFR kernel and services layers consume around 4-6k of flash. Basically, that's all the features turned on. - RAM consumption: Around 300 bytes of kernel and messaging overhead; Add for each task: TCB
-
Hi everyone, I am trying multitasking energia example provided in energia webpage as well as example available with energia IDE. (http://energia.nu/guide/multitasking/) However, the multitasking is not working. From the codes given in (http://energia.nu/guide/multitasking/) the section with setup/loop par is only operational while operations defined in setupGreenLed() / loopGreenLed() and setupRedLed()/loopRedLed() pairs are not executed. Kindly note that as mentioned each pair is declared as separate task. If multiple task panels does not contain standard setup/loop pair follow
-
HI ! This my first post. Excuse me if I do something wrong and by my poor english... In Energia Multitasking Guide page (http://energia.nu/guide/multitasking/) I found this information: "Currently, Multitasking is supported on the MSP432 launchpad." Unfortunately in page don't have nothing that defines "Currently". Then I ask to my colleagues if currently Energia multitasking does not support TM4C1294. Thanks Ivan