Pascal Bodin

Results 4 issues of Pascal Bodin

# Symptom A LoRaWAN application uses the trace utility to send and receive bytes on UART2. Bytes are sent using DMA TX with `UTIL_ADV_TRACE_COND_FSend()`, while reception uses RX interrupt, as...

internal bug tracker
st community

The advertiser of the *extended_advertising* example builds an incorrect advertisement, as explained below: In `src/advertiser/app.c`, `demo_setup_ext_adv` function builds the advertising data. It inserts an incomplete AD structure after the local...

# Environment * NUCLEO-L476RG board * SX1261MB2xAS shield * LBM 3.3.0 The example application is modified as follows: * The `nb_downlink` (`smtc_modem.c`) variable is printed: ```C uint32_t smtc_modem_run_engine( void )...

Update SDK version to `0.17.0`. Note: I've not updated the configuration files in `.vscode` directory, as it seems they are not required. But beware: I'm a beginner in using VS...