far-far-away-science / hab

high altitude balloon
Apache License 2.0
2 stars 1 forks source link

Assemble and test 2nd Tiva-C + Radio/Peripherals board #47

Closed usaguerrilla closed 8 years ago

stcarlso commented 8 years ago

Assembled; testing still needs to happen. May be able to close it this weekend.

stcarlso commented 8 years ago

I have found out that I was given a Stellaris LaunchPad instead of a Tiva-C version. Therefore, the code will not run. Do we have another Tiva?

Scorillo47 commented 8 years ago

I thought TIVA is just a brand rename of Stellaris - should have the same underlying SoC.

I think Pavel has a TIVA

Scorillo47 commented 8 years ago

http://43oh.com/2013/04/ti-stellaris-launchpad-rebranded-to-tiva-c-launchpad/

Scorillo47 commented 8 years ago

BTW - if there is a hardware difference between the two, what would it take to port the code to Stellaris?

I have a bunch of Stellaris boards but I have no TIVA-C

stcarlso commented 8 years ago

On that page, it states that the Motion Control PWMs are new to the Tiva from the LM4F. The document at http://www.mouser.com/ds/2/405/lm4f120h5qr-124014.pdf lacks section 20, "Pulse Width Modulator (PWM)", so this module is unavailable on the LM4F Stellaris LaunchPad. This is a critical feature required for the APRS module, so we must use the Tiva C version.

Scorillo47 commented 8 years ago

Got it. I will order one TIVA

Sent from my Windows Phone


De la: Stephen Carlsonmailto:notifications@github.com Trimis: ‎07.‎03.‎2016 18:14 Către: far-far-away-science/habmailto:hab@noreply.github.com Cc: Scorillo47mailto:adi_oltean@hotmail.com Subiect: Re: [hab] Assemble and test 2nd Tiva-C + Radio/Peripherals board (#47)

On that page, it states that the Motion Control PWMs are new to the Tiva from the LM4F. The document at http://www.mouser.com/ds/2/405/lm4f120h5qr-124014.pdf lacks section 20, "Pulse Width Modulator (PWM)", so this module is unavailable on the LM4F Stellaris LaunchPad. This is a critical feature required for the APRS module, so we must use the Tiva C version.


Reply to this email directly or view it on GitHub: https://github.com/far-far-away-science/hab/issues/47#issuecomment-193558353

stcarlso commented 8 years ago

This has been fixed.