Others: STM32 MCUs related

Find out more about STM32 implementations with external components, discuss use cases, and discover how to use new tools and ST components.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! About I2C communication of STM32C031

Hello.I am trying to implement RFID using NXP's NT3H2211W0FT1. The microcontroller I am using is the STM32C031F6.After powering on the board, the first thing I do is read the data from the NT3H2211W0FT1 via I2C, but sometimes I can read it and someti...

shank by Associate III
  • 1253 Views
  • 8 replies
  • 11 kudos

Resolved! STM32 OCR Project - Help choosing CAM

Hello, I'm learning embedded development (junior level) and picked up a free STM32u575zit6q Nucleo Dev Board.My goal is to build an embedded system that captures a VIN string and saves it to a .csv file. Ideally done through embedded and low level. L...

blurry by Associate
  • 645 Views
  • 1 replies
  • 0 kudos

Resolved! SPI over Ethernet (LAN9250V)

Currently am Working on STM32H7x series , A'm confused regarding the importance of SPI for Ethernet(LAN9250V/ML) we have to use external bridge for communication. Give some samples codes to implement this perticular Ethernet

Ranjitha by Associate II
  • 677 Views
  • 4 replies
  • 1 kudos

Nucleo-F411RE and dev/ttyS3 communication

Hello !My Nucleo-F411RE board is visible in Cygwin as dev/ttyS3. I try to send message "Hello !" to Nucleo and receive answer from it, but inside the code I found in the internet, the functions tcgetattr() and tggetattr() return the error Invalid arg...

Max75 by Associate II
  • 790 Views
  • 11 replies
  • 3 kudos

Resolved! Going in HardFault

I plan to transmit stream of approx 10k characters by uart every second. For that purpose, I have definer global char array of 10.5k length. After working for few second, the MCU goes in HardFault.I tried with array of 1000 bytes only, it works fine....

Nico3 by Senior
  • 574 Views
  • 6 replies
  • 4 kudos

firmware download over UART

I am using STMF103CBT6 the problem is nothing gets written to the specified address                                                            void SIM800C_HTTP_GetAndWrite(char *url, uint32_t flashAddress) { SIM800C_SendCommand("AT+HTTPINIT\r\n"); ...