paulfer 0 Posted December 27, 2017 Share Posted December 27, 2017 HI Guys Can anyone tell me if the MT boards has been released for the CC3200? I want to try some multitasking sketches. Regards Paul Quote Link to post Share on other sites
Rei Vilo 695 Posted December 28, 2017 Share Posted December 28, 2017 Energia 17 supports CC3200 EMT, but not yet Energia 18. Quote Link to post Share on other sites
paulfer 0 Posted December 28, 2017 Author Share Posted December 28, 2017 Many thanks Rei Vilo!!! Quote Link to post Share on other sites
Rei Vilo 695 Posted December 28, 2017 Share Posted December 28, 2017 You're welcome! On Energia MT, give the Galaxia library a try. It exposes the RTOS elements as easy-to-use objects, including Event Semaphore Mailbox Timer Clock The SWIs and Trigger SWIs are no longer included in Energia MT. Quote Link to post Share on other sites
paulfer 0 Posted December 28, 2017 Author Share Posted December 28, 2017 Awesome thanks! I will do just that! Quote Link to post Share on other sites
paulfer 0 Posted December 28, 2017 Author Share Posted December 28, 2017 Hi Rei Vilo Heres a weird one: I have copied your Galaxia folder to my sketchbook library but I get the error acllcServ.ino:18:21: fatal error: Galaxia.h: No such file or directory Am I having a blonde moment?? UPDATE: I moved the libraries out of the src folder and into the galaxia folder and got it to see the Galaxia.h BUT Theres an error now with the timer.h definitions clashing with the MSP430 timer.h I assume?? Quote Link to post Share on other sites
Rei Vilo 695 Posted December 28, 2017 Share Posted December 28, 2017 Galaxia doesn't support the MSP430, only the boards supported by Energia MT. The RTOS elements implemented by Energia MT vary according to the distribution. Some elements are no longer supported, other elements disappear then come back. Please refer to Regression Tests Against MSP432 Red #3 issue, note (3) Clock recommended over Timer and the Warning Please note this is a work in progress. Some libraries may be available only as pull requests awaiting validation at the Energia GitHub repository. Other may be unstable and not fully tested, especially under critical conditions. Lastly, some RTOS elements may have been removed from the last distribution of Energia MT. More broadly, How-To: Porting Libraries, Some Misconceptions about Libraries and Posting a Library for Energia may help you. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.