STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

VCom port not working with 767 ZI board.

I have found a few tutorials about implementing a vcom port with STM32, and I could successfully programs (well, let's not exagerate let's say I merely generated programs) working for discovery F407 and F469. I could send a constant string that I rec...

PG.1 by Associate III
  • 359 Views
  • 0 replies
  • 0 kudos

Dear fellow geeks, We'r using a Nucleo-f103RB to program a STM32L010k4T6. We ar able to write a PIN high and write a pin LOW we can also use the SPI. The only problem we have is with uart. We can't seem te get it to work.

In the datasheet https://nl.mouser.com/datasheet/2/389/dm00440565-1799229.pdfis stated that the uart and the SPI are part of two different alternate functions. The error message and the code will also uploaded if needed.

0693W000003CCXcQAO.jpg
Rgoss.1 by Associate II
  • 473 Views
  • 1 replies
  • 0 kudos

slow down DMA speed for DAC

Hi, is there a way to slow down the DMA speed for DAC? I am using stm32F72x, and I am trying to generate a customize PWM wave from using DMA+DAC.

Wleon.1 by Associate II
  • 1547 Views
  • 7 replies
  • 0 kudos

Identical waveform I2C SCL and SDA lines

I am using an STM32L476RG and using I2C-1 and I2C-3 to connect to two different sensors. Both I2Cs have identical waveforms on the SCL and SDA lines when observed with an oscilloscope. This suggested a short to me, but the short is definitely not on ...

CGrov.1 by Associate II
  • 1458 Views
  • 9 replies
  • 0 kudos

CHIP_SELECT (NCS) software on QSPI with SMT32F7

Hello, I would like to use three flash memories in QUADSPI from an STM32F7.As with a normal SPI link, I have connected three memories to a single QUADSPI port and select each with the respective SLAVE_SELECT (SS) of the memory.I can easily program on...

MZobi.1 by Associate
  • 418 Views
  • 0 replies
  • 0 kudos

STM32H7 don't enter sleep mode,but CDC_Transmit_FS fails!!

I am trying to put STM32H743 into sleep mode using the following codeprintf("Entering Sleep Mode\n"); HAL_PWR_EnterSLEEPMode(PWR_MAINREGULATOR_ON , PWR_SLEEPENTRY_WFI); printf("Exiting Sleep Mode\n");I notice that my microcontroller dont go into s...

HAlzo by Senior
  • 1007 Views
  • 5 replies
  • 0 kudos

I am trying to use ISM43362 WiFi module in B-L475E-IOT01A1 target as a server. I am unable to get client connection details when I start more than 3 servers or restart a server on a port for more than 3 times

Please find the goals and the issues belowGoal - Start server on 4 sockets one by one, then keep on looking for a client for all the four sockets. When a client is connected to any of the server, I want that server to start sending/receiving the data...

PMaha.1 by Associate II
  • 479 Views
  • 0 replies
  • 0 kudos

Resolved! STM32F303 - SPI1/DMA1 ch2 receiving only one byte

Hi all,I have trouble with receiving one byte on SPI1-DMA1. All is working if I set more bytes to transmit/receive (2 and more) but when I try to send only one byte it do not trigger interrupt on Rx channel (DMA1 channel 2).I can see transmitted byte...