STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

use of HAL_SPI_Transmit()

I am using HAL_SPI_Transmit() API to write to slave's register, how can I confirm that it has actually find the right register and write to it? is below code right?uint8_t R44=0x2C; //register addressuint8_t R44_data[2]={0x00,0x00};// data to be writ...

RS009 by Associate III
  • 732 Views
  • 2 replies
  • 0 kudos

Read TCS3200 sensor frequencies with Timer Input Capture

Hello everyone,I'm trying to read the frequencies of the TCS3200 sensor, which should give frequencies according to the colors it detects.The sensor, used with Arduino, works very well, however using it with an STM32G0 I encounter difficulties: when ...

How to restart Normal DMA? STM32L476

Hello...I am collecting 480 samples of multiple channels of A/D1....I want to do this every 60 seconds. I am running in Normal mode because if I stay in Circular mode the A/D data continuously updates even without the trigger which is not what I want...

SWenn.1 by Senior III
  • 949 Views
  • 0 replies
  • 0 kudos

Jump to bootloader from application on STM32U5

In AN2606 it says:"For STM32 devices having the Dual Bank Boot feature, to jump to system memory from user code the user has first to remap the System Memory bootloader at address 0x00000000 using SYSCFG register (except for STM32F7 Series), then jum...

STayl.7 by Associate II
  • 1578 Views
  • 2 replies
  • 0 kudos

STM32H7 FDCAN FIFO FULL (lack of ACK)

Hello, I am currently working on a motor setup between an STM32H750VBT6 with a CJMCU-1051 and a motordriver VESC mini FESC 4.20. I have 5 PDO messages coming from de Motor controller which I can read in normal mode. However, after a while the STM32H7...

Mden .1 by Associate
  • 1814 Views
  • 0 replies
  • 0 kudos