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

Resolved! PWM pulse counter doesn't work properly

Hello,Here is code:Prescale=7;Periode=7999;Pulse=3998;void PWMControl(unsigned int Freq){ TIM_TimeBaseInitTypeDef TimeStructureure; TIM_OCInitTypeDef TIMOCStructureure; TimeStructure.TIM_Prescaler=Prescale; TimeS...

JJohn.3 by Associate II
  • 904 Views
  • 4 replies
  • 0 kudos

HAL_SPI_Transmit(&_W25QXX_SPI,pBuffer,NumByteToWrite_up_to_PageSize,100); Replacement by Standard Peripheral Library function

Dear All, Am writing code for Winbond Memory chip "w25q64", for same i got some reference from git hub , but it is with HAL library, same i am converting to standard peripheral library.HAL_SPI_Transmit(&_W25QXX_SPI,pBuffer,NumByteToWrite_up_to_PageSi...

RKade.1 by Associate III
  • 916 Views
  • 3 replies
  • 0 kudos

STM32H730 Flash Size

I'm an Atmel SAM person migrating to STM32... How big is the flash in the STM32H730??? The first page of the data sheet clearly says it is 128 KB but RM0468, Table 1-14, says there is 128KB of "system" flash and 128KKB of "user" flash.And, software ...

MSull.1 by Associate II
  • 1652 Views
  • 6 replies
  • 0 kudos

USB VCP Windows 10

Posted on August 08, 2017 at 14:36Hi,The problem is when using USB VCP under Windows 10 on the Nucleo f746 board. The COM port is not open. When connecting to Windows 7 COM port opens.I tried to board Nucleo l432. Works under Windows 7 and Windows 1...

Konmax by Associate II
  • 7200 Views
  • 14 replies
  • 1 kudos

STM32G473VET6 Default pin configurations

As i red from reference manual most of the pins are in analog mode and pins are configured as per reset value of GPIOx_MODE/GPIOx_PUPDR/...so many other register but i want to know which pins function have assigned to individual pins.

GSing.21 by Associate II
  • 3476 Views
  • 12 replies
  • 0 kudos

Resolved! Floating point conversion in STM32f767.

Hello Everyone, I am using STM32F767 and have generated code from STM32CubeMX. I am trying to convert a string of hexadecimal to float value, but it seems that the float is not converting the value. I am using Keil IDE UV5 ,and I have tried setting "...

sne_123 by Associate III
  • 1846 Views
  • 2 replies
  • 0 kudos

Resolved! How to use the Basic Timer 6 on STM32F407 MCU.

I have to keep a pin high for a certain amount of time, about 1us, I figured that it probably makes sense to do this with a timer. I was going to use SysTick but I decided that it makes mores sense to learn the timer peripherals.I think I have the co...

JCorl.1 by Senior
  • 2464 Views
  • 2 replies
  • 1 kudos

STM32G0 DMA and DMAMUX connections

HiI'm trying to write simple code on STM32G030. I read PM and RM for this uC. I try to find where is written which DMA channel is connected to which DMAMUX. for example DMA has 5 DMA channels numbered from 1 to 5 and DMAMUX has request lines numbere...

sholojda by Associate III
  • 753 Views
  • 3 replies
  • 1 kudos