This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
So you just need some example projects?
You can download example code here: sprc097 (from http://www.ti.com/product/tms320f2812)
Yes, i too seen that folder examples.
But all these examples, doesn impact the board .
I mean to visualize LED blinking, External DC motor running.
If there any example available in that, i may missed it too, can u point out , please, i need to show demo at that customer, to mean, Board is working ?
yes,
Since need to showcase at the END user wanna !!!!!!!!!!!!!
Hope u can help me, pls
In that case, you can take a look at the ev_timer_period and gpio_toggle examples. You could set up a spare timer interrupt to toggle an LED at a specific interval.
Sorry for this question,
Straight away i can dump this program, or need to alter any thing in CODE.
More over, i couldn find any LED for blinking, If not, pls correct me
You can blink an LED by toggling an IO pin that is connected to the LED.
actually i have run GPIO toggle program in F2812 board, and made LED connection between a GPIO pin and GND, but my LED doesnt toggle, Why ?
Hope u can help me, pls
Have you looked at the IO pin signal with an oscilloscope to make sure it's actually toggling?
If the voltages are correct, and the LED isn't lighting up it could be that the IO pins are not providing enough current.
According to the datasheet, the outputs can only provide 4mA. If your LED requires more, you will need to use an output buffer.
Here is an example from our F2809 controlCARD:
Its awesome meaning !!!!
let me check by tomo,
Actually i got some doubts in DRV C2 8412 Kit, apart from OUT A, OUT B, OUT C, OUT D ports, is there any outputs available to access my motors, if so, where can i access the external outputs