STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Unused parameter in HAL_TIM_OnePulse_Start()

Posted on October 08, 2016 at 17:20Using GCC with -Wunused-parameter, I get the following error for Stm32f4xx_hal_tim.c V1.5.1:STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c: In function 'HAL_TIM_OnePulse_Start': /STM32F4xx_HAL_Driver/Src/stm32f4xx_ha...

HAL_NOR_MspWait implementation

Posted on March 13, 2017 at 15:44HelloI generated a project with Stm32CubeMX with a NOR Flash connected in the FSMC. This NOR Flash has a Ready/Busy signal and the HAL NOR has a function to handle this signal: HA_NOR_MspWait. What can I do, if I wan...

Nickjmas by Associate III
  • 574 Views
  • 2 replies
  • 0 kudos

USB MSC device low transfer rate - STM32F7

Posted on May 18, 2016 at 16:19Hi All,I am using the latest STM32 Cube distro with an STM32F7x DISCOVERY board for hardware (class 10 uSD card in the slot) and IAR Kickstart development environment.The USB MSC Device project (high speed port through...

stm32l1xx_ll_spi.h BUG and Warning

Posted on December 15, 2016 at 18:16Dear SirsFile : stm32l1xx_ll_spi.hVery ugly BUG !!!!__STATIC_INLINE void LL_GPIO_ResetOutputPin(GPIO_TypeDef *GPIOx, uint32_t PinMask){!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!...

How to disable USB interrupt if it's not needed ?

Posted on March 12, 2017 at 00:40Everyone,I have a question :How to disable USB interrupt if it's not needed ? I used USB as MSD and it's using SDIO, any method to handle it ? And SDIO is working together with SPI.So far I'm playing with usbd_storag...

HAl_uart recive interrupt

Posted on March 11, 2017 at 08:55I am facing problem that i am trying to receive data on uart_2 but the interrupt get disable automatically  after some transitions i have check the RXNEIE register. Can any one guide to me the problem and its solutio...

daynial by Associate II
  • 303 Views
  • 0 replies
  • 0 kudos

HAL De-Init Pin for use with another peripheral

Posted on March 09, 2017 at 08:11Good DayI am using the built-in comparator on a STM32F072RB. The comparator works fine, but now I want to be able to measure the amplitude of the sine-wave (already withing 0-3.3V limits) by 'removing' the pin from t...

abotha by Associate III
  • 440 Views
  • 1 replies
  • 0 kudos

STM32 L4 ADC accuracy

Posted on March 07, 2017 at 14:32Hello,I'm working with the STM32L475 micro. In my application I read several analog values using the ADC1. Values read are quite similar when device is in run mode. But, according to my specs and in order to save pow...