brainwash 12 Posted February 23, 2013 Share Posted February 23, 2013 I had this idea after finding out there are no TV Out libraries for the Stellaris Launchpad. Well, after two days of hair pulling I can almost imagine why. It's very hard to do timing accurate things on this uC and a lot of unknown stuff gets in your way. I got pretty far with the implementation, I'll have to see if I will do some more with it. Rather, I'm hoping that the community will chime in and support this feature, so if there is enough interest and able coders we might set up some some source community project (google code / github / sourceforge / ...). Problems: - some white streaks on the sides, caused by some peripherals. I'm using only two resistors as "the hardware" so they might pick up some noise from uC. - slight vertical jitter. This is kind of expected because I did not want to do loop counting - oscilloscope loses sync sometimes, this means that timing is off - no double buffering. I'm using a large array (~21k) as a buffer and it's not packed at all - code style: I'm pretty new to the embedded world so I appreciate any kind of feedback you have to offer. I might have reinvented the wheel in some places It's a flickering bouncing box. Any contribution is appreciated, I can provide the hex file if someone wants to try it. It has only been tested with a small beamer. tvout_test.c OppaErich, bluehash, cubeberg and 1 other 4 Quote Link to post Share on other sites
bluehash 1,581 Posted March 4, 2013 Share Posted March 4, 2013 Thanks for sharing. This is a good first try. There are a projects over at 43oh doing this exact same thing... probably help you out: http://forum.43oh.com/topic/208-launchpad-tv-output/ brainwash 1 Quote Link to post Share on other sites
fran52 0 Posted June 23, 2014 Share Posted June 23, 2014 put a cap between 5v and ground (electrolytic) 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.