STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L151. Does the CPU halt during EEPROM write?

I'm using an STM32L151 and I write values to EEPROM. I have a timer interrupt that executes at 1000Hz. But I see that the interrupt lags when I write to EEPROM.How can I avoid this? Should I place my timer interrupt handler in RAM? Would that work?

MSipo by Senior II
  • 441 Views
  • 4 replies
  • 0 kudos

Resolved! TIM1+DMA Driven GPIO transmit speed limit

I am using STM32F407ZGT6 and configured the TIM1_CH1 to trigger DMA2 to transmit data through GPIO. Since the protocol is using both raising and failing edges, I need to control both data pins and the clock pin. So the TIM1 is just generating PWM sig...

PZhan.11 by Associate II
  • 1442 Views
  • 6 replies
  • 0 kudos

Resolved! How can UART_Tx impact neighboring GPIO pins?

I have a STM32G071 where, among other stuff, an UART interface an a GPIO input are configured. UART is mapped to PA9 - PA12 (Tx, Rx, CTS, RTS). PA8 is configured as GPIO input mode (no pull-up, pull-down). On the net connected to PA8 is a hall sensor...

0693W00000FBmPVQA1.png
IGärt.1 by Associate II
  • 1429 Views
  • 6 replies
  • 0 kudos

UART working only in debug mode in stm32h743?

I am working on STM32H743 MCU. I generated the initialization code used stm32cubemx v5.3.0 and embedded firmware package for STM32H7 V1.5.0. I am using keil uvision v5.28.0.0.I initialized uart1 in interrupt mode. I am receiving data in buffer until ...

Akash_k by Associate III
  • 1381 Views
  • 0 replies
  • 0 kudos

How do I make the onboard LED blink with a button press?

I am using the Nucleo-F767ZI board. I have the normally open of the switch wired to 5V.Common is to pin A0 and to R10K then pulled down to GND.When the button is pressed the pin A0 will go from 0V to ~5V.Want to blink LED1 at say 1Hz, then when butto...

RMcn.1 by Associate II
  • 4147 Views
  • 7 replies
  • 0 kudos

How we can communicate between two cores

Hello,I am working on Nucleoh745ziq .Its have two cores cortex-m7 and cortex-M4, how making the communication between two cores. They give the example code for that but they doesnot give the proper information, which parameter we can configure in c...

MDeva.1 by Associate II
  • 1101 Views
  • 5 replies
  • 0 kudos