All Questions
3 questions
0
votes
0
answers
111
views
Interupting CAN communication with STM32
I am working on CAN communication with STM32F429I-Disc1 with TJA1050 transceiver. Standard communication works more than fine. What I would like to do next is to interrupt communication while CAN ...
1
vote
2
answers
30k
views
STM32 SPI communication with HAL
I just started programming a STM32 and generated a code with CubeMX for an SPI communcation with a gyroscope (L3GD20)
I have a problem with the HAL_SPI commands.
I first try to read the WHO_AM_I ...
0
votes
1
answer
349
views
STM32F4-Discovery UART receive by DMA with included start-marker as well as an end-marker
Hi I am really new at embedded programming. I am using stm32cube IDE. I am trying to read a string to the DMA buffer but I need to implement start-marker as well as an end-marker. For example I only ...