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

STM32F429 Discovery FW_Upgrade hex to bin

Posted on April 25, 2014 at 02:40I have the cool STM32F429 discovery board. I am wanting to use the FW_Upgrade project as a test system for my own product release but I am having a problem getting started. The FW_upgrade project comes with the softw...

Alternate Functions

Posted on April 29, 2014 at 17:16[STM32F107RC]I use MCO pin for generating RMII clock.I want to activate USART1 too.(I only need RX,TX,RTS and CTS pins of USART1)USART1_CK is duplicated with MCO pin and I dont need USART1_CK.(remap is not possible)I...

ITM Trace by GDB + OpenOCD

Posted on January 21, 2014 at 05:59I debug my C programs in Eclipse + GDB + OpenOCD by ST-Link/V2 (SWD), it works good.In my programs printf retargeted to ITM_SendChar (Instrumentation Trace Macrocell), and I can see debug strings (printf) in Serial...

pestov by Associate II
  • 523 Views
  • 3 replies
  • 0 kudos

STM32F407 errata DM00037591

Posted on April 29, 2014 at 02:48Hi all,I have read section 2.1.10 in the errata over and over without really getting the message.http://www.st.com/web/en/resource/technical/document/errata_sheet/DM00037591.pdfDo the fine people at ST mean that DMA2...

STM32CubeF4 VCP loopback

Posted on April 29, 2014 at 13:37i am trying to implement a VCP loopback on a STM32F4Discovery board with the new STM32CubeF4 firmware library. Has anybody successfully implemented this or could give me hints how to start ?regards,Klaus

klaus by Associate II
  • 176 Views
  • 0 replies
  • 0 kudos

STM32F407 TEIF DMA transfer error interrupt

Posted on April 28, 2014 at 19:47Hi all,I have searched and this is the only (relevant) hit I get:https://my.st.com/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/DMA%20issue%20-%20transfer%20error%20flag%20TEIFUnfortunately I have an application...

Audio ADC/DAC timing/sampling questions

Posted on April 25, 2014 at 11:00All, 1.) I took 128,  16-bit data points and created a sine wave: const uint16_t Sine12bit[128] = {   2047, 2447, 2831, 3185,   3498, 3750, 3939, 4056,   4095, 4056, 3939, 3750,   3495, 3185, 2831, 2447,   2047, 1647...

fsmc LCd problem

Posted on January 14, 2014 at 10:52i use lcd with fsmc and i can display any color else white color lcd_clear(0xFFFF);  // 0xFFFF this is while color and this not display any thing ? 0xFFFE this is (0xFFFF - 1) this give me white color but why 0xFFF...

elec_st by Associate III
  • 165 Views
  • 1 replies
  • 0 kudos
Labels