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

STM32H7S7 AXISRAM_WS and XSPICAP options

Hi, I am integrating the STM32H7S7L8H6H in a custom board.  In the reference manual I found two settings which I am looking for clarification for: 1) SBS_PMCR has a AXISRAM_WS bit to enable a single wait state for the AXISRAM.  I do not have ECC enab...

jncronin by Associate
  • 465 Views
  • 2 replies
  • 0 kudos

SM BUS COMMUNICATION WITH STM32F103RBT6

Hello Experts,Here am using one slave which has SMBUS interface for data transmitting.I am using STM32F103RBT6 for SM BUS and generating the code with STM CUBE MX ,but am unable generate the working code with it and its generating error code.I upda...

HRedd.1 by Associate II
  • 3301 Views
  • 12 replies
  • 1 kudos

Resolved! STM32U595 timeout in USB_CoreReset()

I am working on a project using USB HS with:STM32U595VJTSTM32CubeIDE 1.14.0STM32Cube_FW_U5_V1.4.0Using the init code, as generated by CubeMX, I was getting HAL_TIMEOUT returned by USB_CoreReset():MX_USB_OTG_HS_PCD_Init() -> HAL_PCD_Init() -> USB_Core...