User Activity

Hi, I updated the IDE from ver11.2 to 15.1 and the output BIN file of my app changed(the same project wo changes and did not run up after burning to Flash. Why?
Is there BLE_SensorDemo_BlueMSapp STM32CubeIDE project for STEVAL-IDB012V1?
I use the ST25R/NTA5332 pair as an NFC Reader/Tag and ST25R391x firmware in my project.Why rfalNfcvPollerWriteMultipleBlocks method return the error? Is supported RFAL_NFCV_CMD_WRITE_MULTIPLE_BLOCKS command? I need to use rfalNfcvPollerWriteSingleBlo...
Hi, I used this code to change the boot address in the STM32U575 project:FLASH_OBProgramInitTypeDef OB_Data;/* Unlock Flash Control register and Option Bytes */HAL_FLASH_Unlock();HAL_FLASH_OB_Unlock();OB_Data.OptionType = OPTIONBYTE_USER | OPTIONBYTE...
Hi, I accidentally encountered a problem with echo-received packets after transmitting. Is there a software initialization of FDCAN way to avoid it? I can't use a filter 'cause receiving the packet for MCU is possible.