2018-08-21 03:00 PM
2018-08-21 06:03 PM
You could write pin,,
HAL_GPIO_WritePin(LIS3DE_nSS_GPIO_Port, LIS3DE_nSS_Pin, GPIO_PIN_RESET);
or the whole port.
GPIOA->ODR = 0x55AA;