STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Parameter sizes in function calls

Posted on June 09, 2017 at 18:02I used to hear that one might as well make function parameter ints or the native size as chars and shorts would be promoted before going on the stack.But now we have fast variables, etc. Does it still make a differenc...

John Hite by Associate III
  • 560 Views
  • 2 replies
  • 0 kudos

STM32F469 touch screen

Posted on May 31, 2017 at 21:50Hello,I have the STM32F469 and I try to program it via Flowcode software by Matrix TSL. I create a code and uploaded it to the STM32F469. Now the only thing I get is black screen. Previously the module was working ok a...

AN2606 Update for STM32L452

Posted on May 23, 2017 at 03:27I'm looking at what I believe to be the latest version of AN2606 (Rev 30) and I do not see the new STM32L452 chip covered.  I'm looking for this because I have an STM32L452CEU6 that I'm having trouble with.  I assumed ...

STM32F405 RCC HSI CubeMx Config Error

Posted on June 09, 2017 at 12:31helloI'm using a STM32F405RG LQFP64 with an oscillator of 8mhz I configured all clock up to max speed using HSE as PLLSRC and PLLCLK as SYSCLK src all looks good on cubemx config and generated code looks good too   /*...

o gaste by Associate III
  • 1150 Views
  • 3 replies
  • 0 kudos

STM32F107VCT6 ADC Problem

Posted on June 09, 2017 at 15:48Hello All,I am working on a development board with the MCU STM32107VCT6. I am trying to store the values from two Analog sensors and use these values to do some task. However, I am facing a problem with the ADC covers...

STM32F469 and DSI

Posted on June 06, 2017 at 01:03We are using an STM32F469 in our design. We also utilize the device's DSI interface to a 400X400 LCD (round). We are clocking the micro with a 16MHZ crystal and producing a SYSCLK of 180MHZ. All is good. Now, I am slo...

Nucelo F207ZG USB CDC Example code

Posted on March 22, 2017 at 08:50 Hi, I'm using Nucleo F207ZG board and i did my testing of GPIO using STM32CubeMx(HAL lib) with Eclipse IDE on Ubuntu 04, Now i want to use the USB as Communication Device Class (CDC) but i'm not familiar with usb s...