STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

F411 timer1 __HAL_TIM_GET_COUNTER always return 0.

I have an F411 PCB board, for which I want to use timer 1 to generate micro-second delay.This is the init code:static void MX_TIM1_Init(void) {   /* USER CODE BEGIN TIM1_Init 0 */   /* USER CODE END TIM1_Init 0 */   TIM_ClockConfigTypeDef sCloc...

HDaji.1 by Senior
  • 3352 Views
  • 3 replies
  • 0 kudos

Resolved! Why can I access 0x0810000 AXIM address in STM32F767ZG Flash , although the reference manual says that its only till 0x080F FFFF?

I am using STM32F767ZG for a project of mine. As per page 89 of the reference manual , it has 1 MB of flash and has a flash organization structure, as shown in the screenshot. The manual says that the "Main memory block" is limited to 0x080F FFFF. I ...

0693W00000aHLacQAG.png

How to read Data with I2C from 3 Byte register?

Hello, I am new to STM32 so I am currently try get the basic done. I want to receive like written in the title, the temperature data from the BMP388 sensor. Therefore I looked up the Datasheet and found out that I need following registers.#define SLA...

Y-E-Quit by Associate
  • 1510 Views
  • 5 replies
  • 0 kudos

Resolved! STM32F746IGT - Cannot trigger ADC conversion with Timer 4

Hello,I'm working on hobby project using STM32F746IGT. I wrote ADC init sequence but cannot get it working properly. Timer 4 reloads at given period and It's interrupt is called properly. ADC starts conversion after setting SWSTART bit manually but I...

RZieb by Associate II
  • 1644 Views
  • 11 replies
  • 0 kudos