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

spi1 bus with multiple slave is possible?

Mostly our spi will use these 3 signals (SCK, MISO, NSS (CS) ) in master rx only mode. where multiple slave are connected to SPI and each will have a dedicated CS in star topology as shown above. How to select this NSS/CS pin for individual slave, ca...

0693W00000CzwK4QAJ.png
MDeva.1 by Associate II
  • 719 Views
  • 5 replies
  • 0 kudos

Resolved! Where to find systick register documentation for STM32F4 and H7.

Hi,I founded informations about the HAL systick functions, but I found nothing about systick registers in the ref manual of STM32F429/439 and STM32H745/755.For Cortex M3 STM32F10xxx/20xxx/21xxx/L1xxxx, I founded informations in the PM0056 Programming...

o_ by Associate II
  • 3053 Views
  • 2 replies
  • 0 kudos

stm32f303re to write data in the st M95160w EEPROM and reading back the written data. but cannot write accurately. how to do that?

using stm32f303re to write data in the st M95160w EEPROM and reading back the written data. the problem is i am not getting back the accurate output. the output should be like this:status 0x0211 22 33status 0x00but gettingstatus 0x0200 ff ffstatus 0x...

MAlam.2 by Associate II
  • 462 Views
  • 0 replies
  • 0 kudos

16GB eMMC (8-bit) on STM32F676ZI

Hi, I connected a 16GB Sandisk eMMC in 8-bit mode to an STM32F676ZI SDMMC interface.I use HAL drivers and TrueStudio for development.HAL_MMC_GetCardInfo returns this information:CardType : 0 Class : 2293 RelCardAdd : 0 BlockNbr : 2097152...

Jack3 by Senior II
  • 3186 Views
  • 18 replies
  • 1 kudos

Resolved! Low Level API function to register map for STM32G4 family

Hi there,in the ADC FIrmware driver API Description for the STM32G0 family a table exists that shows which LL function accesses what register. In the UM2570 (which is the same doc but for STM32G4) this table is missing. This is giving me a hard time ...

LGard.1 by Associate II
  • 1540 Views
  • 6 replies
  • 0 kudos

I2C LL - no transmit

Got problem after converting from STM32F051 to STM32L051no data transmit.same board, same function:LL_I2C_HandleTransfer(I2C1, 8bitAddress, LL_I2C_ADDRSLAVE_7BIT,1, LL_I2C_MODE_AUTOEND, LL_I2C_GENERATE_START_WRITE);   Timeout=1000000; while(!LL_I...

IIvan.6 by Associate II
  • 669 Views
  • 0 replies
  • 0 kudos