Part Number: TMS320F28069 Other Parts Discussed in Thread: C2000WARE Hi,
The project I'm currently working on uses the f28069.
I'm using a dummy signal to verify the generated PWM.
However, when I use the sine function, the signal it generates…
Part Number: TMS320F28069 Tool/software: Hello,
I wish to change the entry main function from this:
void main(void){
return 0;
}
to this:
void application_main(void){
return 0;
}
However, if CCS does not find a function with the specific…
Part Number: TMS320F28069 Tool/software: Hello All,
We are using the USB on F28069U/F/M at the heart of our product, we basically create the virtual COM port inspired by "usb_dev_serial" example, in general, the application works well, however after…
Part Number: TMS320F28069 Other Parts Discussed in Thread: CONTROLSUITE , PMP23069 Hi! I am very new to the C2000 platform and Software Phase Locked Loop Design. I had read the article Software Phase Locked Loop Design Using C2000 Microcontrollers for Single…
Part Number: TMS320F28069 Other Parts Discussed in Thread: C2000WARE Hi,
In the examples provided in the C2000ware I can find some Flash projects and also some CLA projects, but not any project that used both CLA and Flash.
My biggest difficulty in implementing…
Part Number: TMS320F28069
Hi TI Team,
I’m working with two interrupt functions (ISR Handler), function_a and function_b . The source of the interrupt is ADCINT1 . Initially, at the beginning of our program, ADCINT1 runs function_a . However, after…
Part Number: TMS320F28069 Other Parts Discussed in Thread: TMS320C6474 Hello,
I am reading the page: https://software-dl.ti.com/ccs/esd/documents/ccs_custom_target_config.html and have a question regarding the configuration of multiple devices. The example…
Part Number: TMS320F28069 Hi Team,
May I ask, when I use the flashAPI of TMS320F28069, running with the emulator can perform the normal erase, but unplug the emulator and restart the operation will erase the failure, this is why?
--
Thanks & Regards…
Part Number: TMS320F28069 Hi TI Team,
We want to log system data in SD Card using our application with is running on TMS320F28069.
For this purpose does TI provides any high level logger.
If TI does not provide any such logger, do you recommend any third…
Part Number: TMS320F28069 Other Parts Discussed in Thread: C2000WARE Hi TI Team,
We are encountering a peculiar issue in CCS 12.1 and C200Ware 4 . We wrote a program on Laptop A , utilizing the XDS110 Debugger . The code runs smoothly during debugging or flashing…