Other Parts Discussed in Thread: CONTROLSUITE
Tool/software: TI C/C++ Compiler
Hi
I just made custom board for 28035 CPU, i can load & debug program very well, here is my schematic, take a note that TRST pulled Down to gnd and XRS pin Pulled Up to Vcc, So I expected the CPU will not in reset mode.
I also configure the boot mode pin to be mode 3 (GPIO37 : High GPIO34 : high) so i expected the CPU enter Wait Mode (mode 3 / the first row in table)
I just run example code provided by Ti HVACI sensored FOC motor control as shown
I want make this code standalone without debugging, i just pull off JTAG cable from CPU and recycle the power, to test the stand alone program works well, after CPU reset, CPU will jump to Flash ROM and start excecuting the void main() program, i made simple LED toggle program in main code to check if CPU run my toggling code.
The problem is the toggle LED never run. Did I miss something in hardware configuration or the HVACI_Sensored example code designed not able to run stand alone in purpose.
your help would be very appreciated.
Thank you
BR
Abdin