User Activity

Hello, I am trying to write manual I2C driver for STM32H743BI controller. Here system clock is configured for 200MHz and APB1 clock for 50MHz. Below is my initialization code. While testing stop flag and TXIS flag is not set after setting CR2 registe...
We are using I2C channel 1 for EEPROM and RTC (Semophore used for exclusive access) and I2C channel 2 for Touch controller. Both I2C runs at 400KHz. Everything works normally, Suddenly I2C channel 1 becomes busy at random time. It is really hard to r...
Hello,           We are migrating from STM32F769 to ST32H743 controller and we have a unique requirement to have single hex file for both controllers to address backward compatibility in the future. The plan is to detect the controller in the runtime...
Hello,I have a use case to start user boot loader from 0x08020000 instead of 0x08000000 and 0th sector at 0x08000000 will be used to store read protected user data because of the sector size.As per guidance from @Community member​ , i have made chang...
Hello,I am trying to change program start address in STM32F769 controller.I want to start program from 0x08020000 instead of 0x08000000 for special use case in our application.I see in c startup __iar_program_start, how do i point this to 0x08020000....
Kudos from