STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32H723 I2C MEM DMA not working

Hi,On a small project I am trying to use HAL_I2C_Mem_Read_DMA and AL_I2C_Mem_Write_DMA to get and send data to INA260 and SSD1306 without success.In main i have: MPU_Config(); SCB_EnableICache(); SCB_EnableDCache(); HAL_Init(); SystemClock_Config();...

STM32U5 Delay block with OSPI in QSPI configuration

I notice the delay block doesn't seem to be configurable for the OSPI peripheral in QSPI mode. Does any one know if it is still possible to use the delay block with a QSPI clock? I've tried coding the delay block a few different ways but it doesn't s...

EvoFrank by Associate
  • 1214 Views
  • 4 replies
  • 0 kudos

USB-PD sink not working with some Ac adapters

Hi, I´m using USB-PD (with STM32G0B1CEU6) succesfully with a lot of own boards and different AC adapters. But with one adapter I don´t get the 20V despite the source has this capability. Using a PD analyzer I can see, that with the not working adapte...

AWack by Associate III
  • 418 Views
  • 1 replies
  • 0 kudos

I2C Communication Protocol

I am currently working on I2C communication with the STM32G030F6P6 microcontroller and developing a library for slave mode. I encountered an issue where, after the master transmits a command, the slave receives and processes the data, responding acco...

Resolved! STM32H5 workshop materials and voucher

Hi I attended the "STM32H5: Ultimate combination of performance, integration and affordability" on Tuesday, May 14, 2024. I have not received the material nor the voucher. Any change to get those? Regards,Antti Vähälummukka  

vahisa by Associate
  • 706 Views
  • 3 replies
  • 0 kudos

Resolved! workshop followup STM32H5

Hello,I also attended the online "STM32H5: Ultimate combination of performance, integration and affordability" workshop on Tuesday 20th June. I've not received any email with the links to the workshop, slides and so on. Also was told to receive a fre...

Nick_Art by Associate II
  • 2347 Views
  • 9 replies
  • 6 kudos

Resolved! STM32H743 FMC LCD (SSD1963)

HiI have a question for my colleagues who use FMC to communicate with LCD. I am using CoreH7XXI with 743. The display does not respond to the data I send to it. I used Core4X9I with 429 before and everything worked. My question is whether I need to s...

USB_Device CDC_Standalone for STM32U5

Hello,I have seen that ST provides the USB_Device legacy library which uses the OTG_FS peripheral for the NUCLEO-U575ZI-Q: https://github.com/STMicroelectronics/stm32u5-classic-coremw-apps/tree/main. In my case I am using the STM32U5G9J-DK2 evaluatio...

EnaitzO by Associate II
  • 500 Views
  • 1 replies
  • 0 kudos

Resolved! Problems with SPI3 on STM32H725ZGT6 device

HelloI would like to make SPI3 on my board with STM32H725ZGT6 micro-controller work.Here is my initialization:void MX_SPI3_Init(void) { GPIO_InitTypeDef GPIO_InitStruct; /* SPI3 parameter configuration*/ hspi3.Instance = SPI3; hspi3.Init.Mode = ...

SMali.3 by Associate III
  • 644 Views
  • 4 replies
  • 3 kudos

Detect USB connections

Hi,We using the USB port on the STM32H7B0 (100pins) and he is configurated as a serial port (VCP).The USB communication works fine but we would detect the follow statuses: When our USB plug is unplugged or not.When we have opened or not the serial po...

OGhis_0-1728201116602.png
OGhis by Senior
  • 597 Views
  • 6 replies
  • 1 kudos