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

STM32F10x memory remap

Posted on June 18, 2012 at 07:17Hi i have stm32f100rb mcu and i need to have custom memory map on it it can be a virtual memory which looks like from outside like or something like memory remap i was never doing somethink like that and i dont eve...

redkofka by Associate II
  • 399 Views
  • 6 replies
  • 0 kudos

Controller resets when enabling interrupt

Posted on June 26, 2012 at 12:33controller resets when I enable timer interrupt with the period about half second.watchdog is ok.timer config:TIM_TimeBaseInitTypeDef  TIM_TimeBaseStructure;RCC_APB1PeriphClockCmd(RCC_APB1Periph_TIM6, ENABLE);TIM_Time...

sprintf issue on STM32F4xx serie

Posted on June 26, 2012 at 12:09Hi, I am converting from STM32F205 to STM32F405 and have an issue with printf. I have updated the �C Library, use FPU, and updated OpenRTOS. Are there some settings that I need to change to make printf to work with th...

STM32F4-Discovery resets

Posted on June 22, 2012 at 12:29 I've wiredSTM32F4-Discovery board and USB<->UART and wrote a little program that prints ''r'' in the main function. There's the initialization code for USART. In terminal I can see letter ''r'' coming every hal...

stm32f10x DMA RX Interupt ....

Posted on June 18, 2012 at 07:40HI I want to use DMA to Recieving data via uart (rs485)  I want to use 20byte buffer but for siplicity in this exaple is shown only 1byte buffer...  int main(void){  RCC_Configuration();  GPIO_Configuration();  USART...

redkofka by Associate II
  • 261 Views
  • 2 replies
  • 0 kudos

Document RM0038 is missing figure 209

Posted on June 25, 2012 at 19:25Document RM0038, or CD00240193.pdf, the reference manual for the STM32L1xx, revision 5, is missing figure 209 on page 589/809.I can see figure 208 just fine but I can't see figure 209I would like to see it to help me ...

USART1 Very Low Output Signal

Posted on June 13, 2012 at 12:15Hi,I am doing what on paper should be one of the simplest tasks possible with a USART - namely configuring it and then getting it to output a pattern using USART_SendData();When I send this command it is definitely do...

dclark9 by Associate II
  • 218 Views
  • 6 replies
  • 0 kudos
Labels