Question
Mistakes in blueNRG c code?
I suppose there are some mistake in Blenrg Code
Statement: * @arg FIFO_LEV_1_64: interrupt when Tx FIFO becomes <= 1/64 full = 1 ... at the line 440 of blueNRG1_uart.c is misleading. In accordance to datesheet instead of "full" should be "empty". In the datasheet for the TXFIFO buffer: 000b: Interrupt when FIFO ≥ 1/64 empty. (page 67 of BleuNRG2 datasheet).
