STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

What is up with STM32H563 ADC INP0?

Hi,I am not able to get a correct reading from ADC1 INP0 (PA0). All the other analog channels works fine.The datasheet mentions this:ADC option register (ADC_OR), option bit 0 (OP0)For ADC1:0: INP0/INN1 GPIO switch control disabled1: INP0/INN1 GPIO s...

Dimlite by Associate III
  • 1223 Views
  • 4 replies
  • 1 kudos

Touch Sensor Response Time

Hi!I'm working on a product that requires a very fast response time for capacitive touch sensing (in the order of <5ms). I'm currently looking into the TSC module in some STM32 controllers. However, I can't seem to find any information regarding the ...

JMatt09 by Associate
  • 468 Views
  • 0 replies
  • 0 kudos

Resolved! TIM2 not working on STM32F407VGT6

I am working on a project where the end goal is that TIM8 is used to capture an incoming PWM signal on PC6.  I want TIM2 to trigger from TIM8 and generate a single pulse on PB11. I have TIM8 working, capturing both rising and falling edges properly. ...

Resolved! SPI Sending and Receiving Extra Bytes

I doing bare metal coding for STM32L496ZGT6. Now in SPI, extra bytes are sent. There are only 4 Registers in SPI but unable to resolve the issue. Below is my codeNOTE:I am using Aardwark Total Phase Control Center software for debugging. I am attachi...

Screenshot 2024-11-20 185645.png Screenshot 2024-11-20 185856.png

Resolved! Wait but MCU is unblocked

I haven't been able to wait 500ms without affecting the timers for 7 days.In this block, doesn't PB14 become "0" after 500ms?Even if I use comment lines, it doesn't work.Note: volatile uint32_t Counter = 0;The "Counter" variable is incremented every ...

XooM by Senior
  • 6518 Views
  • 60 replies
  • 4 kudos