STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I can't read chip ID with I2C

Hi, I am using bno055 with stm32f4 discovery board. I am trying to read chip ıd. HAL_IsDeviceReady function return HAL_OK but I can't read chip ID. Why is that? I tried to write my code or using library. Here is the code and stmstudio's return. (In c...

0693W000001t9JBQAY.png 0693W000001t9J6QAI.png 0693W000001t9IwQAI.png
MDoğr.1 by Associate II
  • 737 Views
  • 1 replies
  • 0 kudos

Resolved! wrong data receive with uart1 on stm32f103rct6

Nowadays. i debug the uart1 under linux with arm-none-eabi- cross compile.Now i meet a problem,i config uart with 115200 baudrate and 8 databotlen 1 stopbit none parity.use Hsi for SYSCLK APB1 and APB2 CLK BOTH 36MHz. I can receive data from the chip...

SPI Mode for non standard sampling edges

Hi, i am currently working on a driver for a Chineese IC. The manufacturer recomends implementing SPI protocol over an FPGA, but for cost reasons we would like to use a MCU.The SPI protocol that the chip uses has the following configuration "Chip SPI...

SPI Bus Impedance

Hi guys, i am going to connect 2 STM32 via 3 SPI busses for high speed data transfer throughput (STM32H7 <-> STM32G4).The STM32G4 will be Master and the SCLK-frequency will be 84MHz - i will use the associated pins in the highest speed mode setting.I...

Albi G. by Senior
  • 3077 Views
  • 12 replies
  • 0 kudos

Peripheral examples for stmf32

Deat ST Hello,This my first question to you in this forum.Does ST has peripheral examples using HAL library or standard lib for STM32f4?I am installing the packs from the pack installer from Keil.Could I adapt examples for my STM32 if ST provide a g...