STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Use SPI on STM32F410RB via Zephyr

Hello.   I'm working with Nucleo-F410Rb, which has STM32F410Rb as MCU. Now I'm developing SPI connection by using Zephyr. Zephyr is maybe not suitable for this forum, but i wish get any clue or idea for my problem.(something like hardware parameters,...

0690X000008vuPUQAY.jpg
DKOO by Associate
  • 830 Views
  • 0 replies
  • 0 kudos

STM32F429 Ethernet crash

I use STM32F429, refer to en. Stsw-stm32070 source code, remove lwip, only Ethernet data transceiver, found a long time communication, Ethernet will crash, mainly set TBUS, RBUS, RS, ETS。But I used the following code in the interrupt, and it could no...

where is stm32l073xx.h included?

Hi,I my compiler always fails compilation on the first line of stm32l073xx.h, which is totally correct code. stm32l073xx.h:70:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'typedef'I assume there is a syntax error in the file whic...