Hi,
i'm using cc2540EM, i've done a program in wich two cc2540 establish a bluetooth low energy connectio. After the connection i want to put a micro in mode PM1 for a few time. But when the micro go in oprative mode from the PM1 the bluetooth connection goes down why?
uint8 ST0Temp = ST0; uint8 ST1Temp = ST1; uint8 ST2Temp = ST2+1; ST2 = ST2Temp; ST1 = ST1Temp; while(1){if(LDRDY == 1){ST0 = ST0Temp; break;}} count++; SLEEPCMD = 0x05; PCON = 0x01; HalLcdWriteStringValue( "count",count++,10,HAL_LCD_LINE_2 ); if((simpleProfile_Notification(simpleBLEPeripheral_TaskID,count))==SUCCESS) HalLcdWriteString( "SUCCESS",HAL_LCD_LINE_1 ); else HalLcdWriteString( "ERRORE",HAL_LCD_LINE_1 );
Hi Ilario:
We are looking into this and will respond shortly.
Arild