User Activity

I've enabled STOP2 mode with the below code statement void PWR_EnterStopMode(void) { /* USER CODE BEGIN PWR_EnterStopMode_1 */ UART_WakeUpTypeDef WakeUpSelection; WakeUpSelection.WakeUpEvent = UART_WAKEUP_ON_STARTBIT; if (HAL_UARTEx_StopModeW...
I'm using STM32WB55. The reference example is BLE_p2pServer with custom modifications. The power consumption of STOP2 mode ( by enabling CFG_LPM_SUPPORTED ) is around 6mA (board level), and it will be around 9mA after LPUART is enabled with RCC_LPUAR...
   case PWR_KEY_Pin: if (HAL_GPIO_ReadPin(PWR_KEY_GPIO_Port, PWR_KEY_Pin) == GPIO_PIN_RESET) { HAL_TIM_IC_Start_IT(&htim16, TIM_CHANNEL_1); captureStart = HAL_TIM_ReadCapturedValue(&htim16, TIM_CHANNEL_1); UTIL_LPM_SetStopM...
In STM32CubeIDE, the NOR Flash seems to work fine that data was correct both by reading to variable and reading 0x90000000 of memory mapping address.But if terminate the session and restart and just read the data, it is all gone.And there is another ...
I'm using MX25V1635F on WB55Below, read/write functions work fine#define SECTOR_ERASE_CMD 0x20#define QUAD_IN_FAST_PROG_CMD 0x38But in memory mapping mode, only few bytes correctly or even nothing right,CS, SCLK work as expected but D0 seems like out...
Kudos given to