STMicroelectronics / STM32CubeG4

STM32Cube MCU Full Package for the STM32G4 series - (HAL + LL Drivers, CMSIS Core, CMSIS Device, MW libraries plus a set of Projects running on all boards provided by ST (Nucleo, Evaluation and Discovery Kits))
Other
192 stars 103 forks source link

SPI parameter #42

Closed firmware01 closed 1 year ago

firmware01 commented 1 year ago

Hi,

How to set hspi1.Init.MasterKeepIOState = SPI_MASTER_KEEP_IO_STATE_ENABLE; parameter in STM32G4 for SPI communication in Poll for conversion method.Its giving me error If I add this in MX_SPI1_Init().

RJMSTM commented 1 year ago

Hello @firmware01,

Could you please provide additional details, which is the error that you found?

Regards, Rania

RJMSTM commented 1 year ago

Hello, Any update please to be able to answer your question. Thanks

firmware01 commented 1 year ago

Yes, I can able to solve the issue. Thanks