STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

70F6, can't configure RCC for use with USB

Posted on July 18, 2017 at 23:12 Hello i'm using CUBE 4.22 and i keep getting a conflict (see jpg bellow). when i click the checkbox USB->Device (FS), the TIM1 says ''!'' and shows several conflicts. and when i click on the Clock Configuration tab,...

0690X00000603xKQAQ.jpg

EXTI, while(1) use stoping

Posted on July 23, 2017 at 13:02I use STM32F103C3void EXTI9_5_IRQHandler(void){  /* USER CODE BEGIN EXTI9_5_IRQn 0 */ while(1){  HAL_GPIO_TogglePin(GPIOA, GPIO_PIN_10);  HAL_GPIO_TogglePin(GPIOA, GPIO_PIN_11);  HAL_Delay(1000); }  /* USER CODE END E...

30F4: TIM16 one-pulse mode not working

Posted on July 25, 2017 at 05:08hello can someone look at this code and figure out what's wrong with it. it's supposed to flash an LED for 10 seconds. but it don't. the LED doesn't come on. it will come on if i use a delay loop, but not with TIM16.G...

HAL or register programing

Posted on July 25, 2017 at 03:34I am studying STM32 but when I was studid Atmega 128 , used a open gcc compiler that was register based programingbut, STM32 is HAL Based Funtion programingso, I don't really know looking for Datasheet and referencegu...

LIS3MDL

Posted on August 16, 2016 at 15:01Hello folks, I am trying to obtain temperature value from LIS3MDL magnetometer as I need it to see the magnetic field variation based on temperature. But the temparature values are not seem to be correct. I am divid...

Resolved! I connected the +5v pin to the ground pin by mistake

Posted on July 21, 2017 at 12:02i have stm32l152c- discovery board. i connected the +5v pin to the ground pin and now it seems work on very low power mode and ld1 not lit up and ld2 , ld3 and ld4 lit up very weak. pc not recognize the board. what ca...

STM32F7CubeMX FMC library issue

Posted on July 25, 2017 at 00:03I am trying to use the FMC library to access a Toshiba TC58NVG0S3HTA00 NAND memory device. The ALE line is the wrong sense. It is normally high and goes low when loading an address. I can't find anyone with this probl...

STM32 SPI DMA Timings

Posted on February 13, 2017 at 16:38Hello all,I'm trying to setup the STM32L432 MCU for SPI communication (24 MHz, 16 bit data size, master transmit only), using DMA.The slave device is a 32 channel amplifier chip. I need to send a specific string o...

PWM

Posted on July 24, 2017 at 22:58How can I generate 360 degree out of phase center-aligned PWM waveform (modified sine wave) on two pins with STM32F103?