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

Unable to talk to BMP280 over SPI

I am attempting to talk to BMP280 over SPI using Nucelo-F401RE. I am using SPI2 on the F401RE board to do so, I am able to read from it correctly but I can't seem to write to it in order to communicate with it. My code is as follows   /* USER CODE B...

BadEngineer_0-1729687715488.png BadEngineer_1-1729687992419.png BadEngineer_2-1729688014300.png

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
  • 799 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
  • 4178 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...