Hi There!
I am new to TMS570 micro controllers, and I am in a need of making a waveform (PWM) on EMIF_DATA[3] pin. It will be great if any of you can share your knowledge.
Thanks in advance!
Alex
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.
Hi There!
I am new to TMS570 micro controllers, and I am in a need of making a waveform (PWM) on EMIF_DATA[3] pin. It will be great if any of you can share your knowledge.
Thanks in advance!
Alex
Alex, you can latch the state of D[3] with proper latch enable logic (an address decoder, or just cs in select strobe mode?), flip the data bit and write to that address whenever you want to change the state - an expensive pwm! :-)
Alex,
Use N2HET. You can probably create/manipulate the pwm (bit pattern) you need to update D[3] using HTU periodically without cpu involvement. Why D3 when you could have used any one of the HET pins pwm easy?
Using HET you can generate periodic interrupts or dma requests.
OR use ePWMs if the device has one.