STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Developing Smart Card Based Application

Posted on May 16, 2014 at 14:32Hi,I am working on a project that involves programming a smart card and reading it to some data.I would like to know the most suitable way to do this using STM32 Cortex M4 boards. Are there any support interface for th...

Flashing tool over CAN and external circuit for boot pins

Posted on May 26, 2014 at 13:36Hello, Is there any flash tool for linux (or windows) over CAN-bus? STM32F105 is capable to boot from CAN-bus but I didn't find any tool for that. What is the best way to boot the chip from system memory without acces...

USE_FULL_ASSERT macro does not give warning

Posted on May 26, 2014 at 15:55Hi, I have had an error in my program and was wondering why the assertion macro did not give a warning for the second line, the first line is correct: RCC_APB1PeriphClockCmd(RCC_APB1Periph_TIM2, ENABLE); RCC_APB2Periph...

Synchronised ADC and DAC with DMA

Posted on May 26, 2014 at 15:12Hi everyone, I'm very new to the world of MCUs and would be grateful is someone could give me a brief outline as to how to use the DMA to read values from the ADC and store them in a buffer, then have the processor mod...

anas27 by Associate II
  • 604 Views
  • 1 replies
  • 0 kudos

Enabling LSE

Posted on July 08, 2013 at 14:05When trying to run the LSE oscillator (at 32.768kHz), I stumbled upon the following problem: PWR->CR |= PWR_CR_DBP;  // disable backup-domain lock  RCC->BDCR = RCC_BDCR_LSEON;  // enable 32.768kHz oscillator did not ...

SPBT footprint

Posted on May 26, 2014 at 05:41The SPBT2632C1A is the larger footprint, which is fine for our purposes.  The datasheet does not make any mention of what the 6 extra pads on the bottom are for, yet there is a warning that''thou shalt not ground extra...

litteka by Associate
  • 412 Views
  • 1 replies
  • 0 kudos

USART2 TX Problem stm32f4

Posted on May 26, 2014 at 02:23Hello, I am having a problem with my STM32F4 USART2. the problem is throwing me this bullshit and can not find where the error may be. #include ''stm32f4xx.h''                  // Device header#include ''stm32f4xx_gpio...

japifer by Associate
  • 458 Views
  • 1 replies
  • 0 kudos