2017-06-28 04:47 AM
hi i am new to stm32. i have purchased stm32vl discovery board recently. i would like to interface 2 UARTS ,2 spi and one i2c peripherals together with the board .how can i do it using interrupts can any one help me out it would be more helpful for me ..thanks.
2017-06-28 07:16 AM
Hi
rmbp
,I recommend you to use STM32CubeMX tool to initialize peripherals, build and generate your starting projects with initialization C code. Also, you can
have a look to the working examples with
/external-link.jspa?url=http%3A%2F%2Fwww.st.com%2Fweb%2Fcatalog%2Ftools%2FFM147%2FCL1794%2FSC961%2FSS1743%2FLN1897%2FPF260820%3Fs_searchtype%3Dpartnumber
available at this path:
STM32Cube_FW_F1_V1.4.0\Projects\STM32VL-Discovery\Examples\
Regards
Imen