User Activity

Posted on January 24, 2018 at 09:33How to calibrate the ADCs on STM32F4 using the HAL library? (on the F4 HAL library I do not see any HAL adc calibration functions)may be it does not need calibration?thanks
Posted on January 17, 2018 at 18:11Hello, I am using the STM32F427IG with 1MB of flash with the following configuration:DB1M(dual bank mode) option byte ONBFB2(run from bank2) option byte OFFLooks like that when I write to the BANK2 with the followi...
Posted on January 15, 2018 at 14:11Is it possilbe to check(and may be write)the DB1M option byte from the firmware? I am using an STMF4427IG (1MB with double bank via DB1M option byte)?thanks
Posted on January 12, 2018 at 09:28hi, I know the way to use HAL_FLASHEx_Erase() in my main loop and it works,erasing some flash areas.Now I want to use the HAL_FLASHEx_Erase_IT() , I have enabled from the cube the flash global interrupt,Do I have t...
Posted on January 08, 2018 at 12:14Dear Sir, I am experiencing the following problem:I am using the STM32F427IG configured via the DB1M option byte as 'dual bank' mode, so I have configured the flash as 512K on the bank1 and 512K on the bank2; the m...