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

Problems with CAN Controller

Posted on December 05, 2013 at 16:48The original post was too long to process during our migration. Please click on the attachment to read the original post.

dhorywal by Associate II
  • 344 Views
  • 2 replies
  • 0 kudos

Debugging with STM32F401C Discovery

Posted on November 27, 2013 at 11:42Hi, I am using a STM32F401C Discovery board with the L3GD20 project example and I wanted to use the Debug printf view to see what are the data coming from the gyroscope. I followed this tutorial from Keil to enabl...

tgr by Associate II
  • 1470 Views
  • 19 replies
  • 0 kudos

STM32F100 USART outputs 00

Posted on November 27, 2013 at 15:56 Hi together, I am using the code below to iterate over SRAM and put out every byte over USART1. However, I am receiving only null-bytes. I was debugging the codein Keil MDK and everything seems to be f...

an by Associate II
  • 529 Views
  • 5 replies
  • 0 kudos

Camera examle for STM32439I-EVAL2

Posted on November 28, 2013 at 17:12Hello, I need the camera example for STM32439I evaluation kit. I have STM32F4xx_DSP_StdPeriph_Lib_V1.3.0 but it doesn't work because this code is for STM32F437 (max.). I try to modify the code but I don't get wor...

ruben by Associate
  • 279 Views
  • 2 replies
  • 0 kudos

STM32l152 External interrupts problem

Posted on August 12, 2013 at 15:29Hi, I'm trying to configure external interrupt on Port A Pin 0 and cannot get it working. Can't find the problem. The IDR register shows input but interrupt doesn't happen. The code: &sharpinclude ''stm32l1xx_conf.h...

k_ by Associate II
  • 671 Views
  • 8 replies
  • 0 kudos

High frequency GPIO

Posted on December 03, 2013 at 20:30Hello, i'm using STM32F4 Discovery board. I need a GPIO pin oscillating as fast as possible. With the code bellow I get just 3 Mhz (measured with digital probe), but I suppose there are ways to get it to much high...

DMA Peripheral Base Address

Posted on December 05, 2013 at 07:46 Hi , I am new to Stm32 . While browsing through the examples i noticed something that i dont understand for DMA . In the DMA-UART example, // In the initialzation code DMA_InitStruct...

serial communication with MATLAB

Posted on December 05, 2013 at 11:42hi! I'm using an STM32F103 micro.I wanna send some data from MATLAB to micro. I'm using ''Keil'' for programming micro. I was wandering whether it is possible to use ''scanf'' in Keil in order to receive data from...

Uart 6 problems

Posted on December 02, 2013 at 10:43Hey folks, Having some issues receiving data on uart6 on my STM32F415VG and hoping someone might be able to help. I'm sending data at 115.2kbaud with 8 bits, no parity and one stop bit. I send the data to my perip...

DMA USART Tranmission Problem

Posted on December 05, 2013 at 10:38 Hi . I am new to MCU programming and i am working on stm32f103 . I am trying to allow usart communication via dma . I have modify the code for the STM3210E_EVAL. int main(void) { /* System C...

Labels