STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32f4 USB HS HAL Driver bugs

Posted on April 19, 2017 at 23:28Hello.I'm working on application of USB communication with high speed (about 50 Mbit/s). So I used ULPI PHY.For some purpose I used CubeMX (v 4.20.1) and was surprising that my application didn't work.  Enabling DMA ...

STM32F303vc discovery import BSP library in IAR

Posted on January 21, 2018 at 19:54Hi,I have some problems with import the BSP library in IAR Workbench. I'm using stm32f303vc discovery board and i want to use the gyroscope and accelerometer installed on the board. I also followed this guide (http...

Symon by Associate II
  • 443 Views
  • 0 replies
  • 0 kudos

STM32, ADC and continuous conversion mode

Posted on January 19, 2018 at 23:16Hi. I need to have the value of 2 channels and the internal temperature.My adc is setup as this:  hadc.Instance = ADC1;  hadc.Init.ClockPrescaler = ADC_CLOCK_ASYNC_DIV1;  hadc.Init.Resolution = ADC_RESOLUTION_12B; ...

Resolved! ADC Current sensing using a Potential Divider

Posted on January 20, 2018 at 16:48Hi All,I'm going to be building a motor control circuit, and what I would like is to be able to monitor the voltage and current going into the motor.Was going to use the STM32F108's inbuild ADC to measure this, so ...

Jive... Community vs. forum?

Posted on January 18, 2018 at 11:40Congratulations for fixing the forum! (knocking on a wood)A confusing thing for newcomers like myself is that questions can be asked in the STM32 Forum and in the STM32 Community. The latter IMHO is confusing and s...

Pavel A. by Evangelist III
  • 2023 Views
  • 25 replies
  • 0 kudos

Resolved! STM32H743 SPI2 waiting affects other RTOS tasks

Posted on January 09, 2018 at 14:50Hello, this concerns CubeH7 1.1.0.Simple app with 2 FreeRTOS tasks:task #1 sends data continously via Ethernettask #2 calls   i.e.int waiting_time=0x1000;HAL_SPI_Receive(&hspi2,buf,10,waiting_time);to receive 10 by...

send data to serial Keil uvision

Posted on January 19, 2018 at 23:15I am looking for a GUI window in Keil uvision4 to send datatothe serial. When I open serial window (USART &sharp1-3), I am not able to type any characters on the screen to send to the serial.Is there a way to manua...

STM32F429 CAN communication

Posted on January 17, 2018 at 13:00Hello,   i am using STM32F429IIT controller.I am trying communicate between CAN1 and CAN2 but yet not success.can you please provide any reference code for the CAN communication.Thanks #stm32f429-can-communication