User Activity

I built a project from within TouchGFX and clicked the Run on Target button. Unfortunately, I forgot to plug STLink into my target board so programming failed. I connected STLink and clicked the Run on Target button again and it went and compiled ALL...
I am simply trying to read a few bytes from an I2C memory device using the following code: uint8_t buff[ 4 ]; HAL_I2C_Mem_Read( &hi2c1, ( uint16_t )( 80 << 1 ), 0, I2C_MEMADD_SIZE_16BIT, buff, 4, 10 );However, when I look at the output on the ...
Please remove the Edit Warning form when clicking Okay on the Edit User Constant form, it is not needed as you know you have just edited a constant.Andy
PLEASE PLEASE PLEASE Ditch STM32CubeMX version 5.This is the Worst software I have ever has the misfortune to use.Previous versions were bad but I would happily go back now I see how bad V5 is.AndyP.S. Your forum software is only marginally better th...
Posted on April 15, 2018 at 23:27I am following the example code found here to send and receive CAN messages:STM32Cube_FW_F4_V1.21.0\Projects\STM324xG_EVAL\Examples\CAN\CAN_Networking\SrcI can happily receive CAN messages but when I call the followi...
Kudos from