STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL_DELAY_Microsecond

Posted on July 31, 2017 at 15:40Hi,I have a Nucleo L053R8, I need of delay of 2 microseconds, but HAL_Delay_Microsecond in NucleoWorkspace not exist.I changed:    HAL_SYSTICK_Config(HAL_RCC_GetHCLKFreq()/1000);in    HAL_SYSTICK_Config(HAL_RCC_GetHC...

Lex Trc by Associate II
  • 1942 Views
  • 7 replies
  • 1 kudos

Problem to reach high Frequency on GPIO

Posted on August 25, 2017 at 16:34Hi,i'm using stm32 nucleo board. The oscillator is configured to 32MHz speed.Now, if i use the easy following code in the main:while(1){   HAL_GPIO_WritePin(LD2_GPIO_Port, LD2_Pin, 1);    HAL_GPIO_WritePin(LD2_GPIO_...

Lex Trc by Associate II
  • 617 Views
  • 5 replies
  • 0 kudos

ADC single channel

Posted on September 12, 2017 at 13:03Hi,i'm using Nucleo STM32L053R8 board. How can i read single ADC channel selecting manually avery oneof the 2 channel anabled?Thanks

Lex Trc by Associate II
  • 205 Views
  • 0 replies
  • 0 kudos

The mouse doesn't work with demonstration examples

Posted on September 10, 2017 at 09:30I have DiscoveryF407VGt6 board, I did try  both of 'STM32F4-Discovery_FW_V1.1.0' and 'en.stm32cubef4' demonstration examples. LEDs work fine by both examples, but there is no mouse action at all!

m m by Associate II
  • 483 Views
  • 2 replies
  • 0 kudos

Resolved! OLED SSD1322 don't Work

Posted on August 03, 2017 at 09:44 Hi everyone, ì'm trying to use te OLED MCOT256064BA-WM with the SSD1322 Driver. Is so frustrating to be in the situation that the code seems really correct at least , but the OLED don't still Work. I need H...

How to configure linker file in the IAR workbench

Posted on September 12, 2017 at 07:32Hi,Related to https://community.st.com/0D50X00009Xke1tSAB  question, I want to know how we can change Flash origin  address and interrupt vector table base address in IAR work bench?  where we can set desire loca...

Flash erasing using Flash loader demonstration

Posted on September 12, 2017 at 07:02Hi,We are using STM32F101R8T6 controller, we want to erase and load particular flash pages using Flash loader demonstration application. How we can configure the origin of the Flash erasing and writing in the app...