Hello,
I am trying to interface AFE4490 with CC2541. I have my own AFE4490 breakout board and I am using CC2541 Keyfob for testing it. I am able to read and write the registers of AFE4490. That means SPI is working well( I am using alternate 1 location of CC2541 for SPI). I have also checked voltages on following pins and they almost satisfy the requirements for AFE to be working-
TX-REF = 0.68V
BG = 0.97V
VCM = 0.91V.
I am using 3.3v for all voltage supplies (even for LED supplies).
In my main code I have configured all the registers by writing appropriate values to it. After the writing is done the LED's of the probe is lighting up and it remains ON.
But my main purpose is to send the data via bluetooth to a PC. For this I modified the code of SimpleBLEPeripheral and initialized the SPI settings and register settings in SimpleBLEPeripheral_Init() function of SimpleBLEPeripheral.c. Just after programming the Keyfob, the probe's LED lights up for a few seconds and then goes OFF. I am unable to figure out where the problem lies.
Please help!
