STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F407VG Eval Board

Posted on November 27, 2014 at 14:02Hi,                    I am a beginner in the ARM Cortex Series and so far I could able to run some simple examples on my STM32F407VG Board. Currently I am working with a project where I need to establish the comm...

Delete (mass erase) flash bank 2 on STM32F429II

Posted on November 27, 2014 at 14:06 I have a STM32F429II with 2 x 1MB flash memories. It supports Read-While-Write on the flash banks. I have written code to write/read to the flash memory bank 2 and my application is on the flash bank 1. I hav...

phb by Associate II
  • 723 Views
  • 1 replies
  • 0 kudos

[solved] works FSMC correct on stm32f407vg ?

Posted on November 25, 2014 at 11:33 Hi. All! I want to use FSMC module, but I'm not sure that it settings correct. There is write operation on a picture. I see multiple NWE activation. And sometime it release NEx together NWE (should be NWE...

0690X00000602yqQAA.jpg
t2399 by Associate II
  • 1208 Views
  • 8 replies
  • 0 kudos

TEC CAN error instantly full

Posted on November 27, 2014 at 20:31Hi all!   In what cases will the Transmit Error Counter register jump from 0 to 0xF8? I am debugging this CAN transmission sequence, and after the Transmit request is set, the next step in debug will show a full E...

zamolan by Associate II
  • 369 Views
  • 0 replies
  • 0 kudos

Run code from SDRAM with STM32F4 (e.g. STM32F229)

Posted on November 18, 2014 at 14:14Hello, we are considering to use the STM32F4, probably the STM32F429 or STM32F427. For our application we would need to run the program from SDRAM. I was looking around for application notes, but could not find s...

stcom9 by Associate II
  • 2238 Views
  • 13 replies
  • 0 kudos

I2C configuration tool, Clock configuration tool

Posted on November 27, 2014 at 14:38Hi,I am currently working with the stm32f030 MCU and I am trying to configure I2C timing and the MCU clock, peripheral clocks.I got this excel sheets from ST (what were they thinking?) where you can configure the ...

Error description in SPL

Posted on November 26, 2014 at 16:21So,  * Timing Parameters for write and read access if the Extended Mode is not used  Wrong!Parameter used for read operation.Check FSMC_NORSRAMInit( *p) from stm32f4xx_fsmc.c http://pastebin.com/3PpxUtbr it wi...

t2399 by Associate II
  • 424 Views
  • 1 replies
  • 0 kudos

multiapplications jump

Posted on November 20, 2014 at 18:19Hi, I'm trying to develop kind of a bootloader for STM32F4 (or other) family in a little different way than usual. I gave a look to the existing discussions and so far none of them was helpful for me. The idea is ...