STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

OCTOSPI line idle level - Weird behaviour

Hi, Community,I'm trying to understand the OCTOSPI peripheral on my STM32L4P5. I'm new to STM32, but old in embedded. Particularly, I need to know/affect the idle level of the data line of the OCTOSPI. I thought that the last transmitted bit would re...

DS0002.png DS0001.png

STM32 Phase Vocoder Algorithm

Hi! I'm looking to implement a phase vocoder algorithm on an STM32F4/STM32F7 and I was wondering if anyone has already done this and can provide suitable resources?Thanks!

Resolved! UART TX and RX pin issue

Hello,I am using "NUCLEO-H743Zi2" eval board. I am using it for UART communication. I had configured UART4 in it as following;PA0 as UART4_TXPA1 as UART4_RXWhen I tried to transmit, it is not transmitting more than 2 bytes. While receiving, it is not...

adithya_sharma_0-1712761586212.png

I2C Slave Receive in DMA mode on STM32U575 series

Hi,I'm attempting to set up an STM32U575 as an I2C slave. (The master is a F301)My problem is that the slave only receives one byte, and then proceeds to disregard all of the following data.I have set up a switch that turns on an RGB LED, depending o...

Screenshot 2024-04-11 at 05.51.14.png Screenshot 2024-04-11 at 05.53.02.png Screenshot 2024-04-11 at 06.00.40.png Screenshot 2024-04-11 at 06.15.33.png

Resolved! stm32l431rct HardFault using spi, adc , RTOS

Hello im Khoi. i get big trouble with stm32l431rct, when i using freeRtos . Task1 i using spi comunication . Task2 i get ADC DMA . When i disable Task2 program no problem. But i enable task2 get problem spi hardfault-Handler . Excuse me :(( 

Ux_Device_HID for STM32U575ZI

Hello,I wonder if it exists an Ux_Device_HID example project for STM32U585ZITxQ mcu or the way to convert the Ux_Device_HID project for STM32U585AIIXQ present in the examples for a different packaged mcu. Best regardsIlaria

Ilaria by Associate
  • 662 Views
  • 3 replies
  • 0 kudos

Resolved! NUCLEO-F412ZG CAN Communication, No RX and No tx

I am using CAN1 pins to Connect to the driver board (SN65HVD230).      All Voltages are good. I am using 2 PCAN dongles with 120 Ohm terminations at both ends of the BUS with the Nucleo CAN shown above in the middle of the bus.  I ported the code f...

JDOG_3-1712698313675.png 0405241626~2.jpg JDOG_0-1712696721291.png JDOG_1-1712698012460.png
JDOG by Associate III
  • 732 Views
  • 3 replies
  • 1 kudos

TCS peripheral

Hello,I have custom board with STM32F301R8T6 and connected 4 channel slider sensor. I want to copy an example present in STM32CubeIde called TouchSensing_Linear. There in the configuration files such as tls_user.c, tls_user.h are includes for tls.h a...