User Activity

Ok just trying to get the bank swapping working.Loaded and flashed new firmware in to 0x08100000 all goes fine, all i need to do is to swap the flash banks.Now the code below does do the bank swap fine, but it gets stuck at the HAL_FLASH_OB_Launch();...
RTC_TimeTypeDef sTime; RTC_DateTypeDef sDate; sTime.TimeFormat = RTC_HOURFORMAT_24; sTime.Hours = 12; sTime.Minutes = 12; sTime.Seconds=34; sDate.Date=8; sDate.Month=12; sDate.Year=20; HAL_RTC_SetTime(&RtcHandle, &sTime, RTC_FORMAT_B...
Posted on June 13, 2016 at 11:25I have an application where I need lots of ram, I have designed a board with both CS used  SDNE0 and SDNE1 along with SDCKE0/1.  When I init both chips in the HAL the board will crash, but either one will work, has th...