Hello! I'm a new DSP user and I'm trying to burn a serial port communication program into the flash of TMS320F2812 with CCS v3.3. From the datasheet, I have read that the GPIOF4 (SCITXDA) pin shoud connect with 3.3V before the flashburn. Now I have two questions:
1. After the program is burned into the flash, when the emulator is disconnected, the 2812 chip will be boot from flash. At that time, the GPIOF4 (SCITXDA) pin should still connect with 3.3V or not? If the pin should still connect with 3.3V, is there any influence about the transfer data of the serial port?
2. I want to add a hardware breakpoint before the into the program but failed. Should I add the breakpoint after the flashburn, or just before that? Besides, how could I add the hardware breakpoint successfully?
Thanks for your help!