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! Tesla Delorean: cturvey github for STM32 gone?

@Tesla DeLorean Hello,It looks like the https://github.com/cturvey (I believe it is user's Tesla Delorean's) is gone? I have tried to access it yesterday and today and I am getting a page not found error. Any ideas as to why?Thanks. 

Wahran by Associate
  • 569 Views
  • 5 replies
  • 11 kudos

EMC Compliance

I am using the STM32H725AGI6, and I noticed that the EMC compliance information in the datasheet refers to precompliance testing using a TEM cell. I believe this is mainly for identifying potential EMC issues early in the design process. Are there an...

STM32L4 - Reading an external ADC via OctoSPI

Hello ST-Community. We are evaluating STM32L4 MCU in order to operate in conjunction with an external ADC via SPI compatible interface. The interface requires : two MISO (DOUTx), 1xCLK, MOSI is not required.I assume that we could try this configurati...

Levanov_0-1742812593156.png Levanov_1-1742812734864.png
Levanov by Associate II
  • 414 Views
  • 4 replies
  • 0 kudos

Nucleo F767ZI - Led LD4 RED

Hi, I'm new to stm32 boards and I'm using it on platformIO with Arduino framework. I have problems with the led LD4 (st-link led). - When I use the USB cable (JP3 jumper on U5V -> powering the board using usb) the power led LD6 is green but the LD4 i...

Danilo_ by Associate II
  • 694 Views
  • 3 replies
  • 2 kudos

STM32 UART Communication with DWIN Screen

Split from this old thread: https://community.st.com/t5/stm32-mcus-boards-and-hardware/stm32-uart-communication-with-dwin-lcd/m-p/784063hello, how to transfer data to the Dwin screen with stm32? I wrote the code but I don't know how to connect it to ...

redlils9 by Associate
  • 415 Views
  • 1 replies
  • 1 kudos

SPI Problem on W5500 With STM32G474RE

Hello,I am attempting to send data from an STM32G474RE (Client) to a laptop (Server) over TCP using the W5500 module. However, I am encountering an issue where the data transmission works properly only up to an SPI baud rate of 18 MHz. When I attempt...

Kirtan by Associate II
  • 2031 Views
  • 12 replies
  • 2 kudos

Web server using nucleo476rg and W5500

Hello! I made recently small project using the NUCLEO476RG board and W5500 Ethernet shield which basically makes a web server. I followed this guide: https://www.micropeta.com/video109. The problem is, i cant receive the ip adress from the W5500 chip...