Part Number: PGA900EVM
Hi,
I have written and tested a firmware for the PGA900.
It works correctly when run with the debugger from the ccs.
It continues to function if I disconnect the debugger without removing power from the device.
But when I load the firmware with USB2ANY and the relative GUI with the following procedure:
1 Reset the MICRO (MICRO_INTERFACE_CONTROL = 0x03)
2 Set REMAP to 0
3 Load the file ../Debug/PGA900.hex
4 Download to DEVRAM
5 Set REMAP to 1
6 Unrest the Micro (MICRO_INTERFACE_CONTROL = 0x00)
I don't see any signal coming out and I deduce that the program is not executed.
I checked the contents of the DEVRAM by executing a dump and the content corresponds to the program loaded.
Is the procedure I performed correct?
Is there anything else to do?
Thanks in advance