Search the Community
Showing results for tags 'not'.
-
For the past 4 hours now I've been trying to get the latest version of ENERGIA to run and it will not. I've installed the latest drivers for the launch pad. no there are no spaces in the file path name. I've installed latest version of java. Fresh system restart after both. all it does when you double click the icon is it shows the splash screen for 2 seconds then closes with no errors returned or nothing. I can get energia E0015 to work though - so what's up with that? on another note I see a few people on this forum have also had this issue: http://forum.43oh.com
-
Hey all, I've run into a peculiar problem where my main loop doesn't execute. I know my interrupt routine is executing because I can uncomment the led toggle and I can see it blink. From what I've researched thus far, I believe the issue might be that the ISR is starving the main loop from ever executing. If that is the case, I'm not sure what the solution would be. The reason I have my main loop set up this way is because I am going to need different functions executing at different intervals. I'm still fairly new to MSP430 development, so any help will be appreciated! #include &l