STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! 1.8V VDD and 3.3V IO

I am utilizing the STM32F767ZI in a design and am wondering if the following will cause any issues. I have VDD set to 1.8V so the standard IO is 1.8V, however, JTAG and USB-DFU control use 3.3V standard.Based on the DS, the corresponding pins (PA11-1...

CPetr.2 by Associate
  • 1096 Views
  • 2 replies
  • 0 kudos

Hello I want select inbuilt USB Microcontroller with Support HID, Cost of Minimum Quantity, Product life cycle, Availability and lead time, Also alternative part number.

Hello I want select inbuilt USB Microcontroller with Support HID, Cost of Minimum Quantity, Product life cycle, Availability and lead time, Also alternative part number. So I hope you will be give me some response on this. One of the Part number has...

Svish.3 by Associate
  • 379 Views
  • 1 replies
  • 0 kudos

stm32h723zg

Hi,I’m trying to use example from stmCubeIde (LwIP_TCP_Echo_Server LwIP TCP Echo Server Application) for NUCLEO144 with stm32h723zg, this application return the echo of the inserted character.I try to use putty (with ip and port) and it works, the pr...

GNobi.1 by Associate II
  • 410 Views
  • 1 replies
  • 0 kudos

Resolved! Setting up USB HS FIFO size for STM32H745

Hi. I'm trying to migrate from USB FS to HS composite device on STM32H745. FS device (VCP+MSM) works fine, the settings for FIFO are: HAL_PCDEx_SetRxFiFo( &hpcd_USB_OTG_FS, 0x80 ); // RxFIFO:     HAL_PCDEx_SetTxFiFo( &hpcd_USB_OTG_FS, 0, 0x40 ); // E...

SLuka.1 by Associate II
  • 1184 Views
  • 2 replies
  • 0 kudos

My program goes into Hardfault_handler during enabling interrupt routing for SPI interfacing with TI Wi-Fi module[cc3135] using freeRTOS_POSIX.

My project is to publish/subscribe data between STM32H750 MCU and AWS cloud. For that I used to interface CC3135 Wi-Fi module for TI with my MCU. I am using freeRTOS_POSIX driver to communicate Wi-Fi module via SPI bus. I had successfully ported demo...

HPosh.1 by Associate
  • 459 Views
  • 1 replies
  • 0 kudos

How to abort a HAL_I2C_Mem_Read_DMA()?

Hello community,I've a code that calls the function HAL_I2C_Mem_Read_DMA(), and I want to abort the operation under a certain condition. I tried the function HAL_I2C_Master_Abort_IT(), but it is not working. could you please help me find a way to abo...

Araqi.1 by Associate II
  • 330 Views
  • 0 replies
  • 0 kudos