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

Trigger DMA From CCR Timer

Posted on March 09, 2014 at 20:46Greetings all, I'm new here so I hope I'm doing this right.STM32F0I'm trying to trigger a DMA transfer from TIM2 with CCR1Here's my code for the timer portionTIM_TimeBaseInitTypeDef timerInitStructure;timerInitStruct...

jasonshaw by Associate II
  • 1027 Views
  • 10 replies
  • 0 kudos

Spirit1 Comunication Problem

Posted on March 10, 2014 at 11:29Greetings everybody. I'm here to ask you some advice regarding an issue that's troubling me. I'm working with an STM32F103 microcontroller, connected with a Spirit1 radio. What I'm trying to accomplish is a comunicat...

jacopo by Associate II
  • 529 Views
  • 8 replies
  • 0 kudos

STM32f4 Discovery- standart peripherial labrary

Posted on March 09, 2014 at 20:43Hi,I have downloaded the STM32F4xx_DSP_StdPeriph_Lib_V1.3.0which contains the standart peripherial labrary and examples:Im trying to study  GPIO & TIM using this examples....I understand the code and the architecture...

titkin by Associate
  • 433 Views
  • 4 replies
  • 0 kudos

STM32F407 PWM output high on startup

Posted on March 10, 2014 at 02:52 Hi, I'm using the PWM (driven by the DMA controller) to run a line of LEDs. These devices interpret a long high pulse as a start of packet. A pull-down resistor keeps the output in a 'safe' state until the I...

philpem by Associate II
  • 715 Views
  • 2 replies
  • 0 kudos

STM32F107 USB-OTG documentation

Posted on March 11, 2013 at 22:01Hello everyone,I’m working with STM32F107 and need to use USB-OTG in project. For some reasons OTG library (USB HID throughput) is not good enough. And it seems like OTG_FS programming model chapter in STM32F1x Ref...

ageeav by Associate
  • 398 Views
  • 4 replies
  • 0 kudos

STM32SnippetsF0

Posted on March 06, 2014 at 15:40A bunch of examples avoiding the ''library''. https://my.st.com/st-extranet-web-active/active/en/news/n3525 http://www.st.com/web/en/catalog/tools/FM147/CL1794/SC961/SS1743/PF260157 Way to go, ST. I hope we will see ...

How to debug code freeze in STM32F401

Posted on March 05, 2014 at 01:28Hi, I am running my own code on STM32F401 Discovery board. Sometimes (pretty rarely) the code freezes. I added sufficient logging to HardFault_Handler, but it is not executed. I am not sure, but most likely the code ...

jhnlmn by Associate III
  • 1182 Views
  • 5 replies
  • 0 kudos

interrupt problem for dma in usart

Posted on March 09, 2014 at 16:58hi guys, i wanna use interrupt for dma that i set for USART2 Rx/Tx  but i don't know how can i implement  intrrupt  functions , here is my code please tell me how can i use interrupt for Rx and Tx dma in my code:#inc...

SPI and SDcard ?

Posted on March 09, 2014 at 12:38Hello Guys, Is it possible for me using SPI on STM32F103 for SDCard interfacing ? Any library I can use as a reference ? Thank you

Labels