Part Number: TMS320F28020 Other Parts Discussed in Thread: C2000WARE Hi All,
I'm looking for some advice on a good way to implement the SCI module to receive messages ranging from 10 to 20 bytes. I acknowledge the need for a parsing routine to discern…
Siddharth Deshpande said: Its better to have your code run from Flash, this will avoid having to load the code to RAM each time after a power on reset.
Based on your comment, I added FLASH to the linker command file, and assigned .econst to it. Then I…
Thanks Matthew,
Vddio noise is about 540mVp-p riding on 3.3Vdc. At its lowest point, it reaches down to 3.06V, which is still within the 10% tolerance. Although, the documentation says that BOR tolerance is 5% when the on-board Vreg is enabled.
I switched…
Part Number: TMS320F28020 Hi All,
I'm designing in a TMS320F28020 and have questions about the best way to connect power supply and ground pins.
Power Supply: Software development is underway using a LaunchXL TMS320F2802x. The LaunchXL documentation…
Part Number: TMS320F28020 Hi,
My customer checked with me how to do write protection on this TMS320F28020 device。 Is there any guidance or document for this topic?thanks.
Part Number: TMS320F28020 Hi,
my customer met a strange phenomenon.
Their code is:
generate SOCA with EPWM4 count to 0 or PRD, every SOCA will trigger ADC conversion from SOC0-SOC15.
They also generate PWMISR at EPWM4 count to 0 or PRD, ISR happens every…
Part Number: TMS320F28020
Tool/software: TI C/C++ Compiler
I want to create a variable to represent ON OFF state of a switch, it is convenient to use boolean but when I define it, it looks like CCS is not compatible. Any suggestions?
Part Number: TMS320F28020 hi,
i m getting one strange observation while configure the CPU timers in the TMS320F28020 controller. i did below configuration for timers.but after configuration i m able to start only CPUTimer0 not CPUtimer1.
after a diagnosis…
Hi Xioming,
You're welcome. OK, I'm sure Whitney will be able to help you out on this.
Just to make sure, do you have the code start branch file, 'DSP2833x_CodeStartBranch.asm' in your project running from flash? This is needed to jump to the…