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
182 stars 98 forks source link

SPI parameter #42

Closed firmware01 closed 8 months ago

firmware01 commented 11 months 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 11 months ago

Hello @firmware01,

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

Regards, Rania

RJMSTM commented 8 months ago

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

firmware01 commented 8 months ago

Yes, I can able to solve the issue. Thanks