User Activity

I am student developing an app that uses the STM32CubeProgrammer command line interface executable to program STM32F405.The controller works as excepted if it is programmed at the address 0x08000000.but sometimes the programming processes fails or st...
I have only used the CTRL6_C(15h) and CTRL1_XL(10h) register to configure the linear acceleration sensor and I am reader the value from register 28h to 2Dh.void i2c_write(uint8_t imudevaddr, uint8_t* write_2_reg_addr_data,int No_of_bytes){ HAL_I2C_Ma...
I have already looked at others post regarding this problem but none of the solutions seems to work.