#define PER_FSK_LOG_INFO( ... ) SMTC_HAL_TRACE_INFO( __VA_ARGS__ ) #define PER_FSK_LOG_WARN( ... ) SMTC_HAL_TRACE_WARNING( __VA_ARGS__ ) #define PER_FSK_LOG_ERROR ...
I am trying the FSK mode with the Ping Pong Example. With a buffer size = 64, it's working well. Then I try with a buffer longer(size = 200).( All bytes are filled ...