User Activity

I am having issues with BDMA on consecutive transfers, the DMA handle is always in the busy state on the second call. I call this from my application and first transfer works as expected, goes into ISR void HAL_I2C_MemRxCpltCallback(I2C_HandleTypeDef...
BFB2 Set, but never enter Bank2 program.Boot0 = 0Boot1 = 1I can run the 2 programs from cubeide in there respective locations and ISR work when BFB2 is set for the BANK I am debugging in. However I never enter BANK2 program on resetting/powercycling ...
I am having some issues implementing dual bank/boot.I have set up a dummy project starting at base address 0x08000000 for 256k bytes that will turn on a red LEDI have another dummy project starting at base address 0x08040000 for 256k bytes that will ...