Interrupts Don't Fire Up in HAL SPI
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-07-31 12:34 PM
Posted on July 31, 2016 at 21:34The original post was too long to process during our migration. Please click on the attachment to read the original post.
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-08-22 4:34 AM
Posted on August 22, 2016 at 13:34
Hi,
You can start from an example within the firmware package,from this path: STM32Cube_FW_F1_V1.4.0\Projects\STM32VL-Discovery\Examples\SPI\SPI_FullDuplex_ComIT This example shows how to ensure SPI data buffer transmission/reception between two boards by using an interrupt. It is not necessary putting:__HAL_SPI_ENABLE(&hspi1);
__HAL_SPI_ENABLE(&hspi2);
as it is already done by MX_SPIx_Init.
Regards
