STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

PWM Timer Slave not getting triggered by Master

Hello, I am trying to set timer 3 as a master to timer 1 without success. Timer3 is outputting the PWM correctly, but timer1 is not getting triggered by Timer3's PWM Signal. What else am I missing?My board is STM32F429 discovery Here are my settings ...

0693W00000Bc447QAB.png 0693W00000Bc442QAB.png 0693W00000Bc44CQAR.png 0693W00000Bc455QAB.png
Xxoyo.1 by Associate III
  • 931 Views
  • 3 replies
  • 0 kudos

Resolved! GPIO pin current info

When a GPIO pin is connected to power an external device via Magnetic switch, from the STM32 point of view how does it know if the Magnetic switch is ON/OFF? ON -> Device is powered ON similarly OFF.Can STM32 detects change in current on GPIO pins?A...

SKund.1 by Associate II
  • 673 Views
  • 2 replies
  • 0 kudos

Resolved! How stm32f469 QSPI Memory-mapped mode used Set?

Stm32f469 is currently developing the product using TouchGFX. The problem is that when the screen changes, the picture sometimes disappears. I thought there might be a problem with QSPI communication.QSPI believes that there is a memory-mapped mode t...

PKunK.1 by Associate III
  • 712 Views
  • 1 replies
  • 0 kudos

How to transmit hex data over spi?

I want to transfer binary data (not character) without having to worry about character conversion, so directly:uint8_t data = 0xBF;HAL_SPI_Transmit(&spi1handle, (uint8_t *) data, 1, 1000);But I get something else at the receive end, specifically I ge...

Dian.1 by Associate II
  • 1174 Views
  • 3 replies
  • 0 kudos

Resolved! Problem with RTC and wakeup of stm32f103

I need help with standby mode and rtc wakeup.If I set date/time and RTC-Alarm time, I don't get an RTC - interrupt.I guess this is why the stm32f103 don't wake up from deep sleep.Do anyone have an link (or code) to an example using RTC amd wakeup fro...

oe2 by Associate III
  • 1399 Views
  • 2 replies
  • 0 kudos

ISM43362 WIFI Module on B-L475E-IOT01A

I connect with the module to an Access Point and get IP. Now I have some devices connected to the same Access Point. I want to receive UDP packets from the devices.What should I do? I can connect only with TCPif (WIFI_StartServer(SOCKET, WIFI_TCP_PRO...