Others: STM32 MCUs related

Find out more about STM32 implementations with external components, discuss use cases, and discover how to use new tools and ST components.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

AT24CM02-SSHD I2C ERROR

I use STM32F767NIH6.I save data to AT24CM02-SSHD with I2C.However, I divide it into several areas and save the necessary data.For example, I save data such as setting values, measurement values, etc. separately.However, when saving data in some areas...

Seyoung by Associate II
  • 326 Views
  • 3 replies
  • 1 kudos

UART reception error

Hello,I am using Nucleo f446re board to interface with a sensor over UART. sensor is able to send the response data frame  over rx line to mcu as mcu sends uart frame.This transaction or data transfer is visually verified using logic analyser.Actual ...

Resolved! Keil debugger initiliazation file for STM32H753

Hello everyone,I need a starting INI file for an STM32H753.I'm using the NUCLEO-H753ZI evaluation board.I'm using sample projects for various peripherals: GPIO, ADC, TIM, ... . My IDE is Keil uVision.Using the sample projects, it's easy to debug the ...

Ma2teo by Associate
  • 360 Views
  • 1 replies
  • 0 kudos

BiSS-C Implementation

Hi All,we are evaluating the possibilty to use a BiSS-C encoder in our project. First time using BiSS-C.From the BiSS-C standard it seems to me that BiSS-C can be implemented at STM32 level by mean of an SPI peripheral connected to an Rs422 transceiv...

Bucky by Associate II
  • 15211 Views
  • 13 replies
  • 5 kudos

I couldn't get my bno086 to work

VOID bno055_thread_entry(ULONG thread_input) { tx_thread_sleep(1000); BNO086_Init(); while (1) { tx_thread_sleep(100); } }I'm using the BNO086 IMU sensor with an STM32U575RGT6 MCU.The schematic below shows...

CANZT-FD by Associate III
  • 1157 Views
  • 8 replies
  • 3 kudos

interfacing DHT22 sensor with stm32f411re

I am trying to interface DHT22 sensor with STM32F411RE board. When initially I interfaced I was able to see data (i.e., Temp and Humidity) I am giving 3.3v power supply, data pin connected to PA0 ground and set clock frequency to 50MHZ using Internal...

Reva1605 by Associate II
  • 1150 Views
  • 11 replies
  • 3 kudos