Search the Community
Showing results for tags 'Board'.
-
I am trying to add MSP430FR6972 in Energia. So far i have edited board.txt , board.mk but the pin_energia.h seems alot complicated than the previous two. So i need some help in doing so. I think the way i am adding a new board in energia might be wrong so just point me in the right direction and i will do the rest.
-
- msp430
- msp430fr6972
-
(and 3 more)
Tagged with:
-
MSP-EXP432P401R Energia 1.6.10E18 Windows Education 10 x64 v1511 I am wondering if anyone has had experience or knows how I could make it so a board [RED LaunchPad /w msp432 EMT (48MHz)] will be available to all users in a domain environment. I originally tried using the CCS Cloud TI Agent but encountered some very odd registry issues with non admin users/domain users (Reference: https://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/650118#pi316318=2). We are able to install it fine for everyone with the local admin or administrative domain account, however wh
-
Hello chaps! What I'm basically trying to do is record as much audio as I can (about 30k samples from a line-in source) then dump it all over serial. I'd like to use the Audio Booster pack (http://www.ti.com/tool/cc3200audboost) which does all the codec magic for me. But - I can't get it to work with energia. (to be honest, the documentation for how to actually use the thing is pretty poor regardless of programming tool...) I did my best to duplicate the needed parts of the (also terrible) Wifi audio demo app from TI's official SDK but to no avail. Has anyone had success at
-
Hi, Is it possible to add a custom board/ circuit to energia? If yes, please guide me with the procedure for the same. Thanks
-
New member of the development board family, MSP43F5172 (F51x[1,2]) Features: crystal RGB LED reset button LDO (can be powered from 2.1mm jack or USB) programming header MSP430G LaunchPad pin layout additional header for selected PJ and P3 pins Available on Tindie 51x2.pdf
- 6 replies
-
- board
- development
-
(and 1 more)
Tagged with:
-
Hello, I am very frustrated am i'm still on the project to decode the IR remote of my toy Heli. Unfortunately I'm stuck and I need your help in the conversion of the code below. Thanks for this great article! http://trandi.wordpress.com/2010/06/19/ir-remote-syma-s026-dedicated-board-v2/ Sending the Data through serial is a secondary problem, it 's more important for me how to decode the IR Signals //#define F_CPU 8000000UL #include <avr/io.h> #include <avr/interrupt.h> #define LED_PIN PB0 2 #define SERIAL_PIN PB3 4 #define IR_PIN PB4 11 //tsop31238 DataPin #define