User Activity

STM32CubeIDE generates the hex file from elf file using below command.arm-none-eabi-objcopy -O ihex ${ProjName}.elf ${ProjName}.hexBut when i use the STM32CubeProgrammer, it generates the hex file which is smaller than that of STM32CubeIDE hex genera...
Hi There,I have searched a lot about the  HAL_I2C_Mem_Write_DMA problem and seems like i have not found anywhere else this issue has been solved.Can anyone contribute if someone has solved it. Thanks
Hi There,While reading the data from I2C, I see that the master is missing to send NACK.Some fixed was done in https://github.com/STMicroelectronics/STM32CubeF4/issues/139 but those fixes are there in the code. But still sometime i see that NACK not ...
Kudos from