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

Timer 5 never counts from zero

Posted on November 16, 2013 at 05:57 #define SYS_CLK 24000000 /* in this example we use SPEED_HIGH = 24 MHz */ #define DELAY_TIM_FREQUENCY 1000000 /* = 1MHZ -> timer runs in microseconds */ /* Enable timer clock - use TIMER5 */ RCC_APB1PeriphC...

stm32f103rb NSS

Posted on November 15, 2013 at 02:58hello,I have a problem about the stm32f103rb. According to the RM0008  reference manual downloaded in your website, I find the description of  slave select(NSS) pin management. So the NSS signal can be driven high...

GPIO question

Posted on November 15, 2013 at 11:54Hi to everybody, does anyone knows if is it possible to read the pin's state when the GPIO is configured in output mode? I made a quick test, and seems not to be possible.

STM32F4 FreeRTOS and us accuracy delay

Posted on November 13, 2013 at 13:07Hi everyone, I'm currently working on a musical (using midi) project on which i need very precise delay in order to synchronise with other instruments. This delay should be able to be accurate at 1 microsecond. Fo...

benoit2 by Associate II
  • 803 Views
  • 2 replies
  • 0 kudos

DAC & ADC speed help

Posted on November 12, 2013 at 15:54 Hello, I'm coding a real time system based on STM32F427 requiring a lot of ressources and using almost all peripherials (ADC, DAC, SPI, I2aC, USART, USB, SDIO). This is why I want to reduce the ressou...

SPI slave using DMA on STM32F405RG

Posted on November 15, 2013 at 10:31I am working on the SPI communication between PC and STM32F405RG MCU. FTDI chip FT232H serves as a bridge between PC and MCU (USB to SPI converter). FTDI is set to be SPI master and MCU is slave. I am using DMA tr...

milos by Associate
  • 284 Views
  • 0 replies
  • 0 kudos

Very simple SPI code doesn't do anything

Posted on November 13, 2013 at 01:03Hello experts,I'm trying to get SPI with DMA running on my STM32F3board. So I wrote this code after a tutorial and the StdPeriph Lib. To test the SPI parameters I wanted  to send a 16 bit value and watch on the bu...