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

stm32f407 flashloader

Posted on April 16, 2013 at 10:51Hello I want to use the bootloader function of stm32f407 but I could not find where to download the flash loader of it. I used to use the flash loader 2 years ago but it s old version and its supports only cortexm3....

sami by Associate II
  • 243 Views
  • 3 replies
  • 0 kudos

dll link

Posted on April 16, 2013 at 09:38after the debug i receive the message :fatal error st-link dll not found session abortedi don't know corrects o.O

Working with pointers to send Lan Data

Posted on April 16, 2013 at 08:39 Hi Guys, I'm a bit confused with pointers.. I have a global variable named uint8_t DATAS [130] and I have a function that sends data through lan (note: Iam using stm32f4Discovery and DISC...

xtian by Associate II
  • 276 Views
  • 1 replies
  • 0 kudos

Is Systick the way to generate a delay function

Posted on April 12, 2013 at 08:49Hi Folks (and Clive)I have generated timing delays using systick and I want some comments on whether it was the right way to go:-GPIO_InitTypeDef GPIO_InitStructure;static __IO uint32_t TimingDelay;void Delay(__IO ui...

bl by Associate II
  • 334 Views
  • 3 replies
  • 0 kudos

USART/RS232 Int Problem...

Posted on April 11, 2013 at 19:16 Hi all, I have the following code: void RS232_UART_Interrupt( void ) { if (USART_GetFlagStatus(USART3, USART_FLAG_TXE) != RESET) { //last byte has been transmitted, send another if (FIFO_Count(RS23...

mwp by Senior
  • 226 Views
  • 2 replies
  • 0 kudos

SDIO PROBLEM

Posted on April 09, 2013 at 17:29  The original post was too long to process during our migration. Please click on the attachment to read the original post.

xtian by Associate II
  • 561 Views
  • 9 replies
  • 0 kudos

How to connect TI1FP1 or TI2FP2?

Posted on April 15, 2013 at 09:53RM0038: TS: Trigger selection can only selected to TI1FP1 or TI2FP2. However, how to connect this two input to TIM3 CHANNEL 4?

xinjin by Associate II
  • 794 Views
  • 4 replies
  • 0 kudos

ADC with DMA in FreeRTOS

Posted on April 14, 2013 at 17:31 Dear all: I have been using the STM32F4 Discovery for few weeks by exploring examples related to DMA and ADC (e.g.,ADC_Interleaved_DMAmode2,TripleADC_Interleaved_DMAmode2, etc). I tried to use these co...

mstsai by Associate II
  • 546 Views
  • 1 replies
  • 0 kudos

Reset vector in IAP application

Posted on April 11, 2013 at 12:40I have wonder about the reset vector in IAP APP> I understand that on reset the pointer always jump to the beginning of the FLASH 0x0 or 0x08000000 and from there it take the start of the main. But if I put one time ...

Barbie by Associate II
  • 406 Views
  • 6 replies
  • 0 kudos

How to use Flash banks in STM32F429

Posted on April 15, 2013 at 14:51Hi, I noticed in the STM32F429 documentation, that this microcontroller has up to 2MB Flash organized in two banks. How can I use them? Specifically - how should I compile programs over 1MB? I have to use some dedica...

Labels