Hi everyone,
I'm using a CC2430 with the TI Z Stack 1.4.3-1.2.1.
I would like to use the SerialApp to send 10 bytes every 50ms with a external MCU connected to the UART1 of the CC2430. I don't want to use the CTS/RTS for the Flow Control but I want the CC2430 to send the 10 bytes as soon as it has received them.
So I think I have to choose the RX1_FLOW_OFF but I don't know where I can indicate the expected 10 bytes the cc2430 will have to send. Is it in the SerialApp.c file (SERIAL_APP_RX_MAX or SERIAL_APP_TX_MAX, SERIAL_APP_RX_CNT or SERIAL_APP_IDLE ???) or in hal_uart.c (SAFE_RX_MIN, DMA_RX_DLY or DMA_TX_DLY ???). I'm a bit lost with all these parameters...
Could you help me ?? Thanks a lot.
Best regards.
ioio59fr.