STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HRTIM doesn't run in Fast Mode

I'm trying to use the HRTIM TimerA on the STM32-G474 to generate a one pulse on TA1 output in response to an external event on hrtim_eev1.I need the pulse to be generate with low latency and low jitter, but I'm not being able to get the Fast mode wor...

HRTIM_One_Pulse_Settings_01.JPG HRTIM_One_Pulse_Settings_02.JPG
cosmic by Associate
  • 724 Views
  • 4 replies
  • 1 kudos

SD Card 1 Byte Write

Hello  we Have Custom Build PCB Board where we Mounted SD card Interface and Using stm32f4xx_HAL_SD.c Library file in which 512 byte Hard Coded as config.DataBlockSize = SDIO_DATABLOCK_SIZE_512B;, but we have to write Byte  means don't block size of ...

AGond.2 by Associate III
  • 517 Views
  • 2 replies
  • 0 kudos

Resolved! IOselect option in STM32H563 is not working

I am trying to use second half of OCTOSPI pins in single memory mode by setting MSEL bit for QUAD SPI communication with Flash memory. Even though i set the MSEL bit to send the data through 7 to 4 pins, still data is going through the 3 to 0 pin onl...

Nagarajan by Associate III
  • 762 Views
  • 5 replies
  • 0 kudos

Error with Step one opening file example

Upon selecting the directory:C:\Users\myname\STM32Cube\Repository\STM32Cube _FW_L4_V1.11.0\Projects\NUCLEOL476RG\Examples_LL\ GPIO\GPIO_InfiniteLedTogglingI am unable to see the project file:GPIO_InfiniteLedToggling\SW4STM32 \STM32L476RG_NUCLEOAlso, ...

ks12345_0-1717506284281.png
ks12345 by Associate
  • 320 Views
  • 1 replies
  • 0 kudos

Resolved! external RAM for stm32h753zi

Hi, my program required a large amount of RAM memory, how can i know which external memory i can choose? and which peripheral is dedicated for this? 

Ditzhak by Associate III
  • 987 Views
  • 4 replies
  • 0 kudos

ADC polling of multiple channels

Hello,After setting up a 4 channel read with DMA, I ran into the problem, that the value of the internal temperature sensor seemed to not change at all. The values of the read out potentiometer however were plausible.So I wanted to check all used cha...

Resolved! HAL_I2C_Mem_Write_DMA issue

Hi There,I have searched a lot about the  HAL_I2C_Mem_Write_DMA problem and seems like i have not found anywhere else this issue has been solved.Can anyone contribute if someone has solved it. Thanks

Resolved! STM32h7b0 - System memory bootloader AN2606

Hi, I'm having issues on our custom board jumping to the system memory bootrom.Likely i have a software issue but would like to clarify the system memory address for the bootloader. This is usually listed in AN2606 but there is no explicit mention of...