2018-05-24 11:56 PM
I m totally new to stm32 , I am using stm32f0rb nucleo board ,now I want to connect ic using SPI and send 16 bit data to ic can anyone guid in proper way , I want to generate code using stmcubemx.
2018-05-25 05:11 AM
Hello
sandy.sandy
,Have a look to the
in section SPI (from page 187) it can help you onhow to configure SPI using STM32CubeMX .
You may refer to theSPI
example within STM32CubeF0 v1.9.0 firmware package:
STM32Cube_FW_F0_V1.9.0\Projects\STM32F070RB-Nucleo\Examples\SPI
The
User manual Description of STM32F0 HAL and low-layer drivers, will helps youto understand the purpose of HAL functions and toknow how the structures are defined.
Best Regards,
Imen