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

flashing internal memory for STM32F730 by UART1

I am flashing the internal memory for STM32F1xx by UART1 by setting: boot0 to high and boot1 to low; then booting from internal flash: boot0 to low and boot1 to low; all OK;I want to flash (UART1) and boot (internal) in the same way with a with a STM...

AKuhn.2 by Associate
  • 543 Views
  • 1 replies
  • 0 kudos

Can't get DAC to work on STM32F3Discovery board

Hi,First of all, I'm very new to the STM32 family of microcontrollers. I'm trying to output a sine wave on the DAC (pin PA4 on the discovery board) using DMA2 channel 3, triggered by TIM6. I use the STM32CubeMX to generate the code, then I manually a...

c64 by Associate II
  • 1172 Views
  • 5 replies
  • 0 kudos

ADC_DMA

I'm new to the topic and have a basic question.I set up a ADC_DMA transfer to read sensor values: HAL_ADC_Start_DMA(&hadc1, (uint32_t*)&ADC1ConvertedValue, 1)This works to always update the ADC1ConvertedValue variable to the latest value.But how can ...

YHaag by Associate
  • 450 Views
  • 1 replies
  • 0 kudos

Resolved! Tell NVIC not to exeucte a pending interrupt

I am using STM32F070 processor. I want to know a way of instructing the NVIC not to execute Timer interrupt in certain cases. Is there a way to do this? The situaltion is as follows-There are two interrupts- SPI and timer conifgured at same priority ...

Vvine by Associate II
  • 795 Views
  • 2 replies
  • 0 kudos

Resolved! writing half word 16 bits on flash stm32f429ZI

Posted on May 23, 2018 at 10:05Hello evry body , i can write a byte on flash of stm32f429ZI WİTH success . for info i use nucleo 144 and sector 23 the last sector .for example :with these adresses uint32_t locip1_adress=0x081E0001;//LAST sector for...

Flash Wear on STM32F030

I would like some clarification regarding Flash wear on an STM32F030. The datasheet states an "endurance" of 1000 cycles. Presumably this means 1000 write and erase cycles. If I erase a page, and then write to the page one 16-bit half word at a time,...

MSain.7 by Associate
  • 658 Views
  • 2 replies
  • 0 kudos

Timer measuring time between state change on two digital inputs

I am using STM32F070 processor. I want to implement a function where I should measure the time difference between the change of input level on two digital IOs. There is no fixed sequence of the change in level on both the IOs. i.e. any one of the two...

Vvine by Associate II
  • 1745 Views
  • 6 replies
  • 0 kudos

Strange post?

https://community.st.com/s/question/0D50X0000AaXy4xSQC/code-processing-time-takes-too-long-im-using-stm32l476jgyxSeems one post has been "hidden"? (11 vs 12)

S.Ma by Principal
  • 377 Views
  • 0 replies
  • 0 kudos