STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Spi Communication error

Posted on September 02, 2011 at 09:34Hello         I am using Stm32f107 controller for my spi application to read nor flash but even after using the sample code given in the firmware library i m not able to drive my Spi as for confirmation when i tr...

atul by Associate II
  • 502 Views
  • 1 replies
  • 0 kudos

flash word write and byte write

Posted on September 01, 2011 at 22:32Hello,I am using the STM32F series. Right now I am writing to the flash one word at time. I have no problem doing this. I now implemented a function that writes one byte at a time. When I try to do this, I get th...

whitney by Associate II
  • 829 Views
  • 3 replies
  • 0 kudos

Is any redundancy necessary when using USB HID stack ?

Posted on September 02, 2011 at 14:35Hi all, I am using ST's USB HID stack on an STM32. I communicate with a PC software, and I sometimes got strange behaviours, but I'm not sure if it comes from wrong data during communications. So, I wonder if I n...

Kuikui by Associate III
  • 368 Views
  • 0 replies
  • 0 kudos

DMA to SPI NDTR Problem

Posted on September 01, 2011 at 17:14I'm noticing a strange issue when I enable a DMA stream to SPI where the NDTR register changes from my value to 0xFFFF.Below is a code snippet for the DMA transfer function:    //Setup DMA for TX    DMA2_S3PAR = ...