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

Resolved! USB Host Version Upgrade

Hi I am trying to run FREERTOS enabled USB CDC Host on my device having STM32F756 MCU.My firmware package version is v1.17.1 which I think is the latest version for the F7 series. For this what is the latest version USB CDC Host Drivers which is supp...

Rachit1 by Associate
  • 694 Views
  • 1 replies
  • 0 kudos

[STM32H562RG] Simpler SPI transmission

Hello, I measured my SPI transmission takes ~600 CPU cycles @ 250MHz, so it's about 2,5us to transmit 2x 8-bit array.I'm using HAL (cube IDE). How can I speed it up? I need to make 4 transmissions like this, so it's ~10us. I need it to work with I2S,...

sebxx4 by Associate III
  • 2043 Views
  • 8 replies
  • 0 kudos

Is IS25LP064D supported to work on STM32U5 series.

Hi, im trying to work on external Flash with filex and levelx, and the external flash chip is "IS25LP064D ". i was trying to configure the OSPI, in the memory type other than micron, macronix, AP memory and Macronix RAM. I'm not able to see any other...

meghasb by Senior
  • 893 Views
  • 3 replies
  • 2 kudos

stm芯片程序跑死机

测试故障如下:1. 故障现象:不上数据,不能进入网页; 测试步骤:1.拆回设备2.通过网络连接网络拾音器网络1,能ping通,进入不了网页。连接网络拾音器网络2.能ping通,能进入网页,设置完IP准备连接服务器,发现网页有连接不上了4.通过串口看,发现程序没有跑起来。通过反复上电,发现程序每次跑的结果不一样,有时一上电就死机,有怀时能跑几士秒5.好、坏板子互换芯片(stm32),坏板子更换序号为0x42-0x00-0x35-0x01-0x57-0x46的芯片,工作24小时一直正常。好板子更换0...

Resolved! SWD program/debug on custom board

Hello everyoneI'll receive soon a custom board based on an STM32 microcontroller (still not sure about the specific part number) and I'll have to flash FW updates on it. A few questions about it:1) There's a 4 pin header connector on the board (VCC, ...

STM32F4 bricks sometimes

I’m trying to create a CMake build for an STM32F4. Everytime I flash the CMake build the device gets bricked. When I do a full chip erase and flash again with a working binary, it still doesn’t work. Note that this second binary was working before bu...

BladeR by Associate
  • 577 Views
  • 1 replies
  • 1 kudos

Resolved! STM32H7 HAL usart with and without interrupt

Using an STM32H723 I started with a non interrupt USART connection onto a wifi module.I set up the connection on UART3 implementing nothing more than that and using these instructions  int len = sprintf(tx_buff,"AT+GMR\r\n");HAL_UART_Transmit(&huart3...

MDeac.1 by Associate III
  • 2519 Views
  • 8 replies
  • 2 kudos