Others: STM32 MCUs related

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 237 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
  • 372 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
  • 243 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"); ...

USB-CAN adapter doesn't work in new pc

I have bought USB-CAN adapter based on STM32F042C6 microcontroller with open source code:https://github.com/candle-usb/candleLight_fw/tree/masterWith very new pc adapter doesn't work, windows doesn't recognize driver, with old pc windows use automati...