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

STM32F042 USB - what is ''Activate OE''?

Posted on October 20, 2015 at 13:40There is an ''Activate OE'' checkbox in STM32CubeMX is USB section of the tree which enables a ''USB_OE'' pin on PA4. I can't find any occurrence of USB_OE either in datasheet or reference manual. Can anybody tell ...

ISR and data from CCMRAM?

Posted on October 20, 2015 at 03:03Hi!On a F303K8 in SysTick i have two functions that i would like to run from CCMRAM because SRAM isunder heavy load from multiple DMA channel transactions, i use EmBitz tools. The functions fetch variablesand data ...

USBH_CtlSendData()

Posted on June 19, 2011 at 18:57Hi:I have problem with this function - it just doesn't work if you want to send some data (> 0 bytes). The setup packet is sent and ACK is received but when data packet is sent no response. See example below:         ...

iozho by Associate II
  • 830 Views
  • 4 replies
  • 0 kudos

STM32F4 low power clock settings

Posted on October 16, 2015 at 10:57Hey, I need to decrese the STM32F401 consumpion to a minimum, the only problem is that I am using SDIO to interface a microSD card. Since the current consumption depends heavly on the clock is it possible to use HS...

matas by Associate II
  • 1002 Views
  • 12 replies
  • 0 kudos

Selcting the bootloader

Posted on October 19, 2015 at 11:07Hi,I am using STM32F405RGT6 in my project. I want to know which boot loader it has? How to select boot loader? can anyone help me please..thanks 

audio Codec AK4556

Posted on October 19, 2015 at 20:55Hi uguysI seemsto have a small problem, I'm trying to send and receive some audiodata to a external codec, the codec is an AK4556.I usethe cubeMx to initialize the I2S.When I look at the signals. Everything looks f...

0690X000006057CQAQ.png 0690X00000605GdQAI.png
spa23 by Associate III
  • 298 Views
  • 1 replies
  • 0 kudos

STM32F207 DMA ADC Read with pin state change

Posted on October 19, 2015 at 17:02Hi, is it possible to have the pin state changed during ADC DMA Regular Simultaneous mode so that the pin that has been read is set to OUTPUT LOW while the one that is read is INPUT?The current otherwise leaks thro...