Hi,
I am currently working on a embedded project, I use the TRF7960A EVM, running the firmware for ST EEPROM chips (with extended protocole : see http://e2e.ti.com/support/low_power_rf/f/667/p/114720/409794.aspx#409794) ).
The EEPROM chip is embedded on a PCB and connected in I2C with a PIC microcontroller. The problem I am having is the following : when I plug the EVM in the USB port of my PC, the eeprom is powered on and the I can tell that the program is running. But as soon as I start the GUI and open the serial port, the program is blocked ...
Basically, the program leaves a time slot for RFID dialog. the RFID writes a command code corresponding to an action to perform, and stores the result in the eeprom. The RFID then goes and read the eeprom area where the result is stored.
i've checked the firmware documentation and seen that as soon as the COM port is open, the TRF enters Hostcommands() ...
Maybe you'll have an idea to debug this issue !
thanks in advance ,