STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

stm32f4 pwm input example

Posted on April 26, 2014 at 20:44Is anybody willing to explain ''The TIMxCLK frequency is set to SystemCoreClock/4 (Hz). The Prescaler is 0, so the counter clock is SystemCoreClock/2 (Hz). '' Is TIMxCLK not the same as counter clock? Thanks, Jonath...

STM32 and computational demands

Posted on April 25, 2014 at 17:13Hello everyoneI had this question in the back of my mind for some time now, i have a vague answer, but that is not what engineers are about -precision , right !?  The question pertains to any MCU or DSP, how do you d...

STM32CubeMX V1.1.0 + SDRAM

Posted on April 25, 2014 at 03:35Greetings all,I'm trying to use STM32CubeMX to build a configuration for the EMCraft STM32F4 SOM. In trying to get the SDRAM functional and I believe I have the settings correct; however it looks like the generated c...

malcolm23 by Associate III
  • 379 Views
  • 5 replies
  • 0 kudos

STM32F3 USART1 RX DMA

Posted on April 24, 2014 at 15:59 Hi all, Hoping to get a second pair of eyes on this code. I'm trying to capture large amounts of data from USART1 using DMA on an F30x series MCU. So far no luck - feels like I'm looking past an ob...

connect by Associate II
  • 318 Views
  • 5 replies
  • 0 kudos

Confusion with DMA

Posted on April 25, 2014 at 22:00I am using an STM32F050G6 processor and using DMA to read 4 AD channels.  I am a little confused on how to control the order of the DMA reads of the ADC.Currently my code is set up to read channels 6,7,8,9 (PA6,7 PB0...

ebommer by Associate II
  • 143 Views
  • 2 replies
  • 0 kudos

how to collect 50000 data points samples.

Posted on April 22, 2014 at 00:13I have to store 50000 samples. The information would be stored in an Array. Unfortunately the maximum size my program allows me to allocate the array space is 10000 because it complains could not allocate block. how ...

Interface of two boards with SPI

Posted on April 25, 2014 at 16:52Hi, I'm using the F3 Discovery board  as a Slave with hardware chip select. I have to communicate this board with another board using the PIC microcontroller acting as a Master. The problem is that the pin voltage o...

hilwan by Associate II
  • 194 Views
  • 1 replies
  • 0 kudos

STM32F4 - Setting up a VCP with Cube

Posted on April 24, 2014 at 09:11Hello Is there a detailed tutorial out there on how to set up an USB CDC class for creating a virtual com port? I found certain threads in the forum and example code, but both was rather old. Since a lot of things ch...

accelerometer, STM3210C eval

Posted on April 22, 2014 at 20:14Does anyone have experience on accelerometer? I have stm3210c eval board. This board has LIS302DL.I want to work with accelerometer? I am waiting for advices and document helping #interface-anything-to-anything

Labels