STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32F407VE flash memory

Posted on November 13, 2014 at 16:32After replacing STM32F407VGT6 for equivalent VET6 I'm puzzled what parts of flash have been left out. This isn't described in the datasheets/manuals. Only the part number identification says 512k, but nowhere what...

Jeroen3 by Senior
  • 444 Views
  • 2 replies
  • 0 kudos

STM32F4 FSMC 8-bit Data / 10-bit address

Posted on November 12, 2014 at 19:08I'm planning to use the FSMC to memory-map registers of a FPGA. To save pins I would like to use multiplexing between data and address lines. Now, I need only a 8-bit data bus width but would like to address more ...

arne by Associate II
  • 349 Views
  • 1 replies
  • 0 kudos

Dma external memory problem

Posted on November 13, 2014 at 07:30 i want to transfer my src array to external memory, but i could transfer only first member of my array (0x01) to GPIO ports and hold, where is other 9 members? :( what can i do? #define SRAM_BANK...

mrjaner by Associate II
  • 450 Views
  • 3 replies
  • 0 kudos

stm32F3 QFN24

Posted on November 13, 2014 at 19:03Hi all! I am interested instm32F37. They are notproduced inthe bodyQFN24thatI need. (Or my special design.) Can you producethis design, what is the minimum number.

fiim by Associate III
  • 316 Views
  • 0 replies
  • 0 kudos

F407 USB HS host with internal PHY

Posted on November 13, 2014 at 10:19I'm using USB HS host mode with internal PHY but get a problem that i can't enter the interrupt when i plug or unplug my usb device. my program code is modified from host_device_libV2.10-USB_host_example. i just m...

SPI xfer using DMA: How to transmit again?

Posted on August 17, 2012 at 04:58 The code below transmits 8 bytes from a sram buffer to SP1 using DMA. for(i=0;i<8;i++) SPI_MASTER_Buffer_Tx[i] = i+1;    /* SPI_MASTER configuration ------------------------------------------------*/  SPI_InitStruc...

Asantos by Senior
  • 579 Views
  • 8 replies
  • 0 kudos

stm32cube too heavy? , with no speed optimization?

Posted on November 11, 2014 at 10:43it seems stm32cube in some parts is too heavy and have no speed optimization, Is this right? If drivers are too heavy and not speed optimized then make our 168MHz micro a 16MHz micro in practice and waste our reso...

CAN Loopback scoped Tx dead

Posted on November 12, 2014 at 12:04Hi!    I am using a DevKit407 ( stm32f4 discovery + stm32f4dis-BB).   I managed to set up a perfectly functioning CAN1 in Loopback mode. I assume I should see the test frame sent on Tx pin (PB9 on stm32f4discove...

zamolan by Associate II
  • 622 Views
  • 4 replies
  • 0 kudos