Part Number: TMS320F2800137
Other Parts Discussed in Thread: C2000WARE, , SYSCONFIG
Hi, TI's expert
I've got a issue about F2800137. Here is the Description.
From the hardware design guide/ spec, F2800137 need a 2.2K - 10K pull-up resistor from VDD to XRSn pin, and for noise decouple, a cap smaller than 100nf can be placed on this pin. And I did on that way.
But I found that, the code can just run in debug mode, which means code run in RAM. Once change into Release Mode, which means I downlaod the code to flash, the DSP would not RUN at all.
After debug, I position the issue with, the sequence of XRSn and GPIO24/ GPIO32. The XRSn is valid about 1.2ms than GPIO32.
When I add a 1uf cap on XRSn pin, it can add RC time to meet POR sequence. DSP can load code from flash. But the F2800137 spec says that XRSn pin capacitance can not bigger than 100nf
So, I wanna ask if I can adjust the capacitance? Or other way to slove this.
Thans