YoannBo

Results 4 comments of YoannBo

Hello @RomanJasmann, you are right, thanks for pointing this issue at us. We should had somewhere in the utilities_conf.h: /* USER CODE BEGIN EC */ #include "utilities_def.h" #define UTIL_SEQ_CONF_PRIO_NBR CFG_SEQ_Prio_NBR...

Hi @krkoc , You are rigth, the flush is indeed not considered as an error while the LmHandler is garbaging the app data in order to guaranty the MAc commands...

Hi @Jeanbagarre , we confirm it is a bug. We must replace ‘=’ by ‘+=’ to prevent an override of third memcpy. But the ‘( xxx + 7 ) &...

Hi, In [Middlewares\Third_Party\SubGHz_Phy\stm32_radio_driver\ radio_driver.c](https://github.com/STMicroelectronics/STM32CubeWL/blob/main/Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver/radio_driver.c), the HAL_SUBGHZ is always called within Critical Section to forbid IRQs within the Call e.g: ``` void SUBGRF_WriteRegisters( uint16_t address, uint8_t *buffer, uint16_t size ) {...