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

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
  • 147 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
  • 11911 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
  • 385 Views
  • 8 replies
  • 3 kudos

STM32H5 External Loader QSPI flash MX25L12835F

Hello,I am trying to make an external loader for a STM32H5 to program a QSPI flash MX25L12835F with STM32 Cube Programmer.In my project I add files Dev_inf.c .h ans Loader_Src.c .h from :https://github.com/STMicroelectronics/stm32-externaloader/tree/...

1.png 2.png
lallain by Associate
  • 105 Views
  • 1 replies
  • 0 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
  • 414 Views
  • 11 replies
  • 3 kudos

Read voltage sensor ZMPT101B

My voltage sensor output shows 0v when actually the load is 222v. Please help me with the code logic.My current sensor ACS712 30A works well, but voltage sensor ZMPT101B is not showing correct results