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
  • 698 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...

Are GPIOs changed by boot loader?

Device is STM3F030C. Boot loader is going to be called from application code.The idea is that the application code initializes some GPIOs and put peripheral devices into a known state required for the system to work and then, if it detects a command ...

ECost by Associate II
  • 216 Views
  • 2 replies
  • 0 kudos

how to get IP of a client Socket connected

I'm writing a program using socket API. when a client Socket connected to my server Socket ,I tried to get its IP address but the result returned 0.0.0.0.int ConnectFD = accept(socketFD, (struct sockaddr *)&remotehost, (socklen_t *)&sockaddrsize); i...

0690X000008BZEEQA4.png