STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Unexpected timers beahavior with DMA

Hello everyone,I'm having really hard times using timers in my project. I am using STM32F401RE with CubeMX and AC6 as workbench. Let's go in order: i have some ADC conversions to perform that are triggered by timer firing, then the converted values a...

MCarp by Associate
  • 463 Views
  • 0 replies
  • 0 kudos

Multiple I2C Slave Addresses (more than 2)

Is there a way to handle a lot of discrete I2C slave addresses; I can't cover all the different addresses I need with the standard two addresses + masks without covering unwanted ones that I don't want to be ACK'd.I'm wondering if there's a way the c...

JKing.3 by Associate II
  • 1025 Views
  • 2 replies
  • 0 kudos

STM32F407G-DISC1: strange clock problem

Hi,We are using STM32F407G-DISC1 discovery kit with an external debugger/programmer. CN3 jumpers are off, SB11 soldier bridge is disconnected because we are using the NRST pin for JTAG. We've a simple led blinking user application based on system tim...

0690X00000986VXQAY.png
Test User by Associate III
  • 323 Views
  • 1 replies
  • 0 kudos

Resolved! adc trigger on timer is at half frequency

Hi all,ADC triggering appears to be at half the frequency of the timer, (ie occurs every 2 update events), is this expected ?This is with a STM32F334 progammed using HAL and with code generated by CubeMX.I am reading 14 ADC channels using DMA (2x7 in...

0690X00000981DhQAI.jpg
jose luu by Associate III
  • 914 Views
  • 2 replies
  • 0 kudos

IAP for STM32L011

Hello,Is it possible to have in-application-programming (IAP) on STM32L011F4? I can see the IAP example listed under STM32L073Z-EVAL but I am not able to build for STM32L011K4. Just to give an example: macro OB_BOOT_BANK1 is defined only when setting...

RPrun by Associate
  • 403 Views
  • 1 replies
  • 0 kudos

Resolved! ADC trigger with timer not working

Hello,I have a small issue with my code. I am using the NUCLEO-F746ZG board and I want to do a small program that reads an ADC triggered by a timer.Here are my init routines (generated by CubeMX):ADC: hadc1.Instance = ADC1; hadc1.Init.ClockPrescaler ...

Stabilo by Associate III
  • 1368 Views
  • 1 replies
  • 0 kudos