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

1 external RAM shared between 2 separate FSMCs

Posted on October 16, 2012 at 17:14Hi all, I'd like to make 2 STM32F407 share 1 external RAM as a common memory. Chip #1 would store some data in RAM for chip #2, then stop all accesses and signal to #2 that there is some data for him. Chip #2 would...

dmakhrov9 by Associate II
  • 1133 Views
  • 17 replies
  • 0 kudos

sysTick stops after a few TIM3 interrupts

Posted on October 19, 2012 at 16:47Hello, I am having problems with the syStick timer.  The handler for sysTick stops being called after one or two interrupts from TIM3 (set < 1Hz). The TIM3 interrupt has no problem (LED keeps toggling). I started ...

SPI Clock Frequency

Posted on October 18, 2012 at 17:56Hi,I'm having a bit of trouble configuring the SPI2 clock frequency on an STM32F407VG, or perhaps I am confused as to how it works.Using a 25Mhz external oscillator, boosting up to system clock frequency of 168MHz....

bpentz by Associate II
  • 703 Views
  • 3 replies
  • 0 kudos

SPI Code Help

Posted on October 19, 2012 at 10:18Hello All,  I am using STM32Fs series and I am writing a code for SPI2 . I have to read and write from the slave device. I have to read the data when RX buffer is full and write data continuoulsy to another device....

STM32F4 Usart1 problem

Posted on October 18, 2012 at 11:01 Hi, Im using a STM32f405RG and i am trying to get a simple USART example to work. I load the following code to the mcu: #include ''stm32f4xx.h'' #include ''stm32f4xx_gpio.h'' #include ''st...

thommagn by Associate II
  • 535 Views
  • 7 replies
  • 0 kudos

Literal error in stm32f10x.h?

Posted on October 18, 2012 at 11:15In STM32F10x Standart Peripherals Library v3.5.0, stm32f10x.h, line 3616:&sharpdefine  DMA_CCR7_PSIZE            ,         ((uint16_t)0x0300)Not needed comma? #stm32f10x-spl #error

frequencies of STM32F4

Posted on October 17, 2012 at 11:48Hi everyone!I'm new to the world of microcontrollers, these days I'm doing my first espeienze with STM324 discovery, I'm reading the various manuals and trying out the various examples, but I can not understand how...

betuel by Associate II
  • 373 Views
  • 3 replies
  • 0 kudos

Disabling_SysTick timer

Posted on October 18, 2012 at 08:59Hi everybody. I used SysTick timer as a counter of time in my application throug using of interruption. I found ''SysTick_Config'' function in core_cm0.h file. This function load time to reload register and switch ...

Labels