STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Bug CubeMX 4.17 STM32F303 after emigration

Posted on October 14, 2016 at 11:12 Hello. i am using Cube MX 1.17 and the firmware package 1.6 on the STM32F303xC. After emigration from the related CubeMX version to the new i am getting a syntax error by new compiling the code. Th...

tino1 by Associate II
  • 1089 Views
  • 9 replies
  • 0 kudos

Solved! - Stm32CubeMX - UART - DMA - ERROR DETECTION

Posted on October 08, 2015 at 00:01 Hi, I have a problem in catching errors when using UART in DMA mode.  I use CubeMx to generate the code.   The functions which I use to catch interrupts are the following (obviously my code is more complex, this ...

silvio1 by Associate
  • 1052 Views
  • 3 replies
  • 0 kudos

Problem entering Standby mode STM32L051

Posted on November 18, 2016 at 14:45Hi all,I have an odd behavior on my STM32L051 trying to enter in STANDBY mode.  I would be pleased if you could help me. My program repeat endless cycles activity and Standby.Once the firmware boot and after some ...

During Build I get this: [Src/main.o] Error 2

Posted on November 21, 2016 at 00:35I am trying to develop an application on a STM32L476 Nucleo 64 development board.  I get this error after the Build using the STM32 System Workbench IDE with standard default settings.  I set up the project using ...

PLL Ready Interrupt not firing as expected

Posted on November 18, 2016 at 16:06STM32L053R8 (Nucleo dev board) When setting the PLL state in HAL_RCC_OscConfig, rather than sit in a while loop waiting for RCC_CR_PLLRDY I want to enter sleep mode and wake based on the PLL ready interrupt. I hav...

USART & Timer Interrupt

Posted on November 17, 2016 at 09:55 Hello, I am trying to use USART1 to transmit and receive data in every 100ms. I've used both USART1 TXE and RXNE interrupts and Timer2 update interrupt but unfortunately it's not working and I don't h...

Mujtaba by Senior
  • 1022 Views
  • 5 replies
  • 0 kudos

STM32F446RE USB Baudrate

Posted on November 20, 2016 at 14:26HiI'm currently working on a project in which I use the USB_OTG_FS interface with the VCP USB class to transfer data back and fourth from the uC and the Computer. I managed to setup everything so the computer sees...

Finding Vector Table with debugger on STM32F10x

Posted on November 20, 2016 at 07:17Hi, I'm learning to code in assembly on stm32f103zet6 mcu with Atollic True Studio. I'm able to write a simple program and see the execution on debugger. However, I'm not able to locate the vector table (in disass...