User Activity

Hi ,I am using STM32H753 which has flash of dual banks with 8 sectors in each banks,i am thinking to do firmware update by writing elf or bin file to second bank from the application which will be by default flashed to Bank_1 later in the application...
Hi , i am using STM32H753 MCU, it has 2 banks of 8 sector each using HAL_FLASH_PROGRAM function , it is not working, can anyone help me with this issue.int data;StartSectorAddress = 0x080E0000eg:(HAL_FLASH_Program(FLASH_TYPEPROGRAM_FLASHWORD, StartSe...
Hi,I have stm32f103rb nucleo boardi want to read/write a text file from flash space of the board.Is there any example for implementing this c ode.i am using stm32cube ide.Regards,Manjunath K S
Hi , is there any sample code for interfacing lis3dsh accelermeter sensor to stm32f103rb evaluation Board.Regards,manjunath
Hi,I am working on stm32 conntroller stm32f103rb, i am sending 8 bytes of ntp time stamp to the board over uart, i want to set RTC time according to that data, also i want to send in ntp format whenever requested from the board.can anyone help me wit...