energia / Energia

Fork of Arduino for the Texas Instruments LaunchPad's
http://energia.nu
Other
798 stars 670 forks source link

All Outputs Go High on Startup #979

Open indirtwetrust opened 7 years ago

indirtwetrust commented 7 years ago

Auto Call Program.txt

Thank you for opening an issue on the Energia repository.

Do not use GitHub issues for project related questions.

Use instead the 43oh forum and TI E2E forum, so everyone can share the questions and answers.

Do not use GitHub issues for questions on third-party libraries.

Use instead their own repositories.

Check the issue hasn't been reported yet.

If an issue has alreday been reported, add your case to its thread.

Please provide the following information.

Describe the expected results.

I expect to power the board on and have it start running my program

Describe the actual results.

When the board is powered up, all the outputs go high for about 1 second before the code starts to run

List the steps to reproduce the problem.

I made a source file in CCS using the 2 onboard LEDs to toggle back and forth. When the board is powered up running that code, both outputs don't go high. The LEDs just start to toggle back & forth as programmed. There is a thread that comes up with a google search of the problem where everyone just accepts that this is what the MSP430 does but it seems to be something that the underlying Energia code is doing because the C code does not make this happen. Has anyone else dealt with this? I can not have all the outputs turn on at the same time with my project. Is there a way to write the Energia sketch to avoid this or do I have to learn how write my code in C?