STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

NEO 6M question ?

Dear Member,I tested my GPS module with moving car,I can not see any result, but when the car stopped, I saw the result,I can not see the speed as well on GPS.GPVTG.kph, any same experiences ?Any ideas on how to fix it ?Thanks

Resolved! Turn on PWM for n cycles?

Hello there,I was wondering either it is possible (with STM32L4) to turn on a PWM channel for a certain amount of cycles or for a certain amount of time? Ideally, without any interrupts during this period or at the end.I am trying to figure out a way...

Sharing common flash memory space between two projects?

I trying to make common address space for BT-stack in flash memory, show in below figure. I have two projects using same flash memory. In both the projects Bt stack is used, so, I thought to make common memory for BT stack so that both the projects c...

0690X00000895fsQAA.png
mani s by Associate III
  • 1332 Views
  • 12 replies
  • 0 kudos

Resolved! clock frequency calculations

Hi,I am going to use internal osc for generating a frequency of signal 36khz. Do i need any external circuitry for it ..?For selection of 8Mhz frequency as clock can it be done in cube mx only and generate a source code form there...?Selection of pr...

Divyanshu by Associate II
  • 1882 Views
  • 5 replies
  • 0 kudos

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
  • 388 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
  • 891 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
  • 336 Views
  • 1 replies
  • 0 kudos