I am able to use one UART 1 or 0 at a time in CC2541 , it is working fine by using "npi" with HAL drivers in BLE-BRIDGE project.. Now i am in need of getting data from UART-1 and send the data via. UART-0 and BLE also.
So, I want to use UART 1 and 0 simultaneously in CC2541. Can anybody tell me how to configure both UART's at a time..
Is it possible with DMA and ISR. for this what will be the preprocessor settings needed.?
I also referred following post,
http://e2e.ti.com/support/low_power_rf/f/158/t/169089.aspx
Can anybody guide me regarding this.
Can we increase the Transmit Power from 0 dBm to more in CC2541 by changing in software by the below mentioned code.
// Tx power level
0x02, // length of this data
GAP_ADTYPE_POWER_LEVEL,
0 // 0dBm
But in following forums post it is saying we can't.
http://e2e.ti.com/support/low_power_rf/f/538/t/287647.aspx
Regards,
Karan