-
Content Count
223 -
Joined
-
Last visited
-
Days Won
1
Everything posted by timotet
-
Im using the rev A board with SSI2 and SSI3. I've had no noticable problems. Although I did remove the 0ohm resistors to be able to use the SSI2 port with robGs 2.2" LCD boosterpack. Im using the SSI3 port to talk to bluehash's SD card booster pack. (modified to work with SSI3 port pins). All seems to work as expected.
-
great job ! congrats on your graduation!
-
looks great nice work!
-
Wandered in from the other forums! Hope to have a beagle someday soon, but until then I will watch and learn here. Looking forward to some interesting projects.
-
stellaris video player (25 fps with audio, 320x140 resolution)
timotet replied to vinodstanur's topic in Projects
great work! -
@@bluehash Got the sd card boosterpack thanks for the fast shipping!! thanks Tim
-
good work!
-
@@bluehash never got the email, and when I try to pm you the message doesnt get sent to you it says you cant receive messages.
-
@@bluehash Are these available without the headers soldered on? thanks Tim
-
@pentiumpc Don't want to get off topic, but how do you get the cycle count? Nice work on the IMU! thanks Tim
-
I must say you do very nice work! good job.
-
This is about to get very interesting....
-
Ive been trying to write some code for the above mentioned control stick and I am having a rough go of it. The chip on the stick is aTMX320F28069PNA not the TMS version. I've looked at the errata and there is nothing there to explain the way this thing is working or in this case not working. I don't want to say that its a hardware issue due to the fact that I'm not a pro at this by any means. I am trying to port some code that runs great on my C2000 launch pad to the F28069 device I thought this would be a relatively easy job but no dice , so I'm asking for some help. First off
-
2.2" Color LCD Booster Pack
timotet replied to RobG's topic in Tiva-C, Hercules, CC3XXX Launchpad Booster Packs
EZR Just trying to show you the file hiearchy but .... thats for the .cmd file anyway. Sorry about that. I found the lm4f120h5qr.h file in my stellarisWare folder inside the inc folder. hope that helps. -
+1 super creative!
-
2.2" Color LCD Booster Pack
timotet replied to RobG's topic in Tiva-C, Hercules, CC3XXX Launchpad Booster Packs
Im glad you got it going EZR, but something is still up with your install if its not seeing the #include lm4f120h5qr.h should be ccsv5 -> ccs_base -> arm -> include All credit for this goes to RobG! I just did a simple port of his existing work. RobG even documents what needs to be done on the 43oh forum. I just put it together and supplied the files! -
Thats what I thought thanks again!
-
I dusted off my control stick yesterday . Imported a couple of example projects and setup a template for future projects with it. I was wondering about the contolSuite driver library, and the control stick. My current driver library is for the C2000 launchpad. Is there a driver library for the f28069 ? If there is do I need to set up a new workspace for it and have the library in it? Thanks Tim
-
Nice work!
-
you need a terminal program like putty http://www.chiark.greenend.org.uk/~sgtatham/putty/
-
Thanks Trey Is there a way to set up the linker to to output the code size to the console after compile?