HAL_GPIO_Init(SPI5_NSS_GPIO_Port, &GPIO_InitStruct); /*Configure GPIO pin : PtPin */ @@ -118,7 +111,7 @@ void MX_GPIO_Init(void) GPIO_InitStruct.Pin = SPI2_CSB_Pin; GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP; GPIO_InitStruct.Pull = GPIO_NOPULL; GPIO_InitStruct.Speed = ...
I am using the SPI PAL to generating code, but there is no textbox to setting the CS pin being continuously LOW. I am unable to set the CS pin being continuous LOW for the daisy chain purpose. If I want to set the CS keeping LOW during the 6 dataframes tra...