Part Number: TMS320F28069 Other Parts Discussed in Thread: C2000WARE I believe I have configured all the necessary registers to receive UART data on SCIA port. I have verified that data is presented to the hardware pin which in this case is pin 7 for RX…
Part Number: TMS320F28069 Other Parts Discussed in Thread: C2000WARE
Can the program running on the F28069 write to the Flash? (i.e. the Flash where the program code is stored)
Part Number: TMS320F28069 i want to ask which registers i must change to create a signal PWM but the state in high the value is -5V and the state in low is 0V, i am using a microcontroller tms320f28069PZT
Part Number: TMS320F28069
I've found a bug in the C2000 compiler version TMS320C2000 v21.6.0.LTS .
In the C programming language, if you want to initialise a static array to all zeroes, you must do:
static int monkey[5u] = { 0 }; In the C++ programming…
Hi,
You can use the TBCLKSYNC bit to start and stop the PWM counter. You'll have to reset the counter to zero before setting back the TBCLKSYNC bit to 1, i.e. before again starting the clock to the PWM module.
Thanks,
Aditya
Part Number: TMS320F28069 Other Parts Discussed in Thread: UNIFLASH
Hello all,
I've been asking some questions on the following thread, but somehow it got locked probably since it took me a while to come back, I still have my issue presented and today…
Hi,
I checks with the Docs team. It looks like the older version of the TRM (the one I shared) is correct. I have reported to revert the changes in the TRM.
Thanks,
Veena
Part Number: TMS320F28069 Hello All
I have accidently lock the CSM permanently, and to avoid doing it once again (in another chip) I have some questions regarding the Erasing/Programming Memory Region that includes CSM Passwords. I am trying to implement…
Part Number: TMS320F28069 Other Parts Discussed in Thread: DRV8312 , STRIKE , DRV8412 , CONTROLSUITE I am trying to run PM Sensorless project with TMS320F28069 on DRV8312 and facing following issue.
1. at project level 1 when I am checking the PWM A, B and…
Part Number: TMS320F28069 Other Parts Discussed in Thread: C2000WARE
I develop a product that connects via USB to a desktop PC.
Inside my product, there is a USB hub with three devices connected to it -- one of which is an F28069 microcontroller.
I want…