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

STM32F4-discovery GUI_DispString()

Posted on December 21, 2014 at 11:43Dear friends.I try to use StemWin libraries with STM32F4290-discovery. As a base I used ADC-DMA project.The code is the following: RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_CRC, ENABLE); SDRAM_Init(); GUI_Init(); GUI...

baev_al by Associate II
  • 193 Views
  • 0 replies
  • 0 kudos

unique ID of mcu

Posted on December 20, 2014 at 20:25hi every onei have 2 question :1- is there a unique ID for each stm32 mcu ?how we can read this(if there is ) ?2-i need to save a few data in mcu which dosent erased after reset (like eeprom )is there any internal...

mhdizgah by Associate II
  • 219 Views
  • 2 replies
  • 0 kudos

USB OTG interferes with ST-Link

Posted on December 19, 2014 at 15:10I have a problem where USB OTG sometimes interferes with the ability to program the MCU though the mini USB port. Basically what happens is that when I try to program the MCU, the software on computer halts. When ...

macfrenz by Associate II
  • 466 Views
  • 6 replies
  • 0 kudos

Composite HID MSC - Periodic reset when SD not present

Posted on December 18, 2014 at 05:29I'm developing a composite HID and MSC device. The MSC is backed by a uSD card and FatFS.Everything is working great when the uSD card is present but if there is no uSD present DCD_HandleUsbReset_ISR is getting ca...

seanb by Associate II
  • 455 Views
  • 4 replies
  • 0 kudos

parallel interface on stm32f407

Posted on November 12, 2014 at 11:55Hello I'm wondering how to create a parallel interface on the STM32F4Discovery Board, if possible. As far as the application, I would like to connect the Discovery to BLACK FIN DSP (BF592) I was suggested to do by...

sanjib by Associate III
  • 1548 Views
  • 27 replies
  • 0 kudos

ADC/DMA out of sync

Posted on December 18, 2014 at 23:46  The original post was too long to process during our migration. Please click on the attachment to read the original post.

ebommer by Associate II
  • 422 Views
  • 2 replies
  • 0 kudos

MCU with WFI (wait for interrupt) mode enable

Posted on December 16, 2014 at 19:20Hello, I have a stm32f429 discovery kit. To discover the board, I was trying to modify the ADC_DMA example to show on the screen of my board the internal temperature of the MCU. After many improvement, I have succ...

brochn by Associate
  • 263 Views
  • 2 replies
  • 0 kudos

STM32F303: ADC interleave mode overrun

Posted on December 19, 2014 at 16:30Hello,With  the STM32F303RC, I use ADC12 in interleave mode with 2 DMA to reach a 10.2 Ms sampling rate.The ADC acquisition is trigged internally by TIM2 every 1ms, I read 1500 samples during ~100µs .That's was wo...

Labels