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

Regarding FLASH erasing problem in STM32F207

Posted on June 15, 2013 at 12:46Hi,After writing data in FLASH using FLASH_ProgramWord(uint32_t Address,uint32_t Data), I can't erase that Address data by using FLASH_ProgarmWord(uint32_t Address,0xFFFFFFFF).reply me as soon as possible.

Using ST FSMC_SRAM_DataMemory example on keil

Posted on June 14, 2013 at 12:41I cannot find the startup file and scatter file for Keil for FSMC_SRAM_DataMemory example in STM32F4xx_DSP_StdPeriph_Lib_V1.1.0.Basically i want to use external memory on STM3240G eval  board as my stack and heap spac...

rishi2 by Associate III
  • 516 Views
  • 4 replies
  • 0 kudos

ADC GPIO pin pairing for STM32F407

Posted on June 14, 2013 at 23:22Can someone tell me the paring for all ADC channels and GPIO ports for the STM32F407? I've seen some of the pairings in posts here (such as PA0 for channel 0, CA2 for channel 12), but I need a complete list. I'm sorry...

cwparker by Associate II
  • 236 Views
  • 1 replies
  • 0 kudos

CMSIS DSP matrix inverse

Posted on June 08, 2013 at 01:32 Hi, i realized a test source code for matrix inversion. I used the CMSIS DSP library which include arm_mat_inverse_f I also took a look at arm_matrix_example_fc... but i had 1 problem and 1 question. ...

dario by Associate II
  • 878 Views
  • 2 replies
  • 0 kudos

Nonvolotile EEPROM for configuration parameters

Posted on June 14, 2013 at 07:20In old good 8-bit Architecture (AVR,PIC,...) CPU had a nonvolatile memory region to keep configuration parameters of the application that were persistent over reset. This region had a byte read/write access without er...

dimax by Senior
  • 439 Views
  • 5 replies
  • 0 kudos

TiM3 problem

Posted on June 14, 2013 at 14:52I have used APB1 = 30Mhz with 60Mhz to timer. I made following coed for TIM3. I have initialized the TIM3 interrupt.void TIM3_IRQHandler(void){    TIM3->SR     = 0x0000;              /* clear update flag */    GPIOA->...

stm32 adc multi channel

Posted on June 08, 2013 at 12:15The original post was too long to process during our migration. Please click on the attachment to read the original post.

Labels