Other Parts Discussed in Thread: EK-TM4C1294XL
HI all
I am working in tm4c1294ncpdt micro controller i need to generate the pwm with 45 khz in port f0 pin with varying the duty cycle any code available please share
thankyou
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 all
I am working in tm4c1294ncpdt micro controller i need to generate the pwm with 45 khz in port f0 pin with varying the duty cycle any code available please share
thankyou
Hi,
The example C:\ti\TivaWare_C_Series-2.2.0.295\examples\boards\ek-tm4c1294xl\pwm_interrupt will be a good starting point.
thankyou Charles for the suggestion and also can you suggest me any best startup examples for spi and i2c.
thankyou
Hi,
You can find spi examples in:
C:\ti\TivaWare_C_Series-2.2.0.295\examples\peripherals\ssi
C:\ti\TivaWare_C_Series-2.2.0.295\examples\boards\ek-tm4c1294xl
You can find i2c examples in:
C:\ti\TivaWare_C_Series-2.2.0.295\examples\peripherals\i2c
C:\ti\TivaWare_C_Series-2.2.0.295\examples\boards\ek-tm4c1294xl-boostxl-senshub\humidity_sht21_simple