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

Peripheral base address for ADC with DMA

Posted on December 14, 2015 at 04:10Hi. I'm fairly new to the concepts of DMA and I'm trying to implement DMA for my ADC on STM32F4 Discovery kit. Currently, I'm using ADC1, channel 4 which is the pin PA4 on the discovery. I'd like to know which per...

kyaw by Associate II
  • 426 Views
  • 2 replies
  • 0 kudos

stm32l151 usb

Posted on December 06, 2015 at 16:04hi,on a custom board, i ran into the following situation:usb is connected to PA11,PA12 and working fine.however, when reseting the usb subsystem pin PA7 is pulled high and remains high.this pin is supposed to be u...

ron23 by Associate
  • 242 Views
  • 2 replies
  • 0 kudos

Question about ST-Nucleo

Posted on December 10, 2015 at 16:18Hello, I develop power conversion controller and have one question. STM32-Nucleo have internally asynchronous serial junction between debugger MCU and target MCU. In ST-LINK/V2(-1) this feature not present. I can ...

Limit of size of array and functions of STM32 chip

Posted on December 13, 2015 at 06:25When we use STM32 chip, is there a limit for the size of array and subroutine?For example, if the chip has 128k ram, can I allocat 100k to an array(or buffer) or define an array as char chs[100k]? Certainly we nee...

rwmao by Senior
  • 1133 Views
  • 2 replies
  • 0 kudos

Input capture - autoreload problem

Posted on December 08, 2015 at 16:36HiI try to set an input capture on a stm32f100(rbt6b) I set a counter period of 0xFFFF, the problem is that when I retrieve the value, I have the feeling that the timer is overflow at 255 and not 65535 as I mentio...

STM32 USB CDC ethernet

Posted on December 09, 2015 at 13:20hi, in my project we are using virtual com port for a communication between pc(usb) and stm32f103(USB). But due to ground loop and noise we are facing communication problems. so, to over come this we are planning ...

Labels