STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Hungarian notation on USB code

Posted on March 04, 2018 at 15:35If I am not mistaken some variables on the USB code use hungarian notation e.g. bRequest, wValue, wIndex etc.However there is one prefix that I don't know what it means bmRequest.Is it something like multiple bits be...

Resolved! STM32L475 USB OTG Host GPIO Interrupt Failed

Posted on March 02, 2018 at 18:48Hi,i have a STM32L475 with USB OTG as Host with USB Disk attached and an GPIOInt with callback void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin).If i build my HAL without USB all is ok, but when i build it with USB Supp...

Resolved! HAL init code does not work when executed a second time

Posted on December 20, 2016 at 15:00I am porting older code to the HAL library using cubemx for an STM32F4_Discovery board.My application consists of a 'bootloader' that resides in the lower segment of flash.The actual application resides in higher ...

Sietse by Associate III
  • 1307 Views
  • 4 replies
  • 0 kudos

STM32L152RE +CubeMX+Stop Mode+FreeRTOS

Posted on February 27, 2018 at 23:57I'm trying to put the Nucleo-152re dev board into stop-mode, when there are no tasks running. It successfully enters the stop mode(i think) but the current consumption is 150uA. I have read in the manual that it s...

Error using UART and DMA

Posted on February 27, 2018 at 23:00Hello, I am building an application in olimex e407. It's running FreeRTOS, lwIP, I'm running the ADC @10kHz triggered by timer and getting the data via DMA and I also want to communicate with an external uC via UA...

Bootloader sharing peripheral initialization?

Posted on February 28, 2018 at 00:23The example code for bootloaders and applications both call HAL_Init and SystemClock_Config. I'm guessing that clock initialization is done in both apps because the RCC gets reset in SystemInit.I have tried reusin...

SWD disabling after upload code to STM32F407VET6

Posted on February 25, 2018 at 00:21Hi.I wrote LED blinking code for STM32F407VET6.When I'm using Std_Periph_driver everything is fine. But when I write just CMSIS only led blinking code, after upload hex code to STM32F407VET6 code working, st-link ...