STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F407: Can I turn off LD1 COM and LD2 PWR LEDs?

Posted on May 15, 2015 at 07:22Hi,I am trying to do a project for school, where I am just trying to measure the power consumption of the board running my algorithm, but I would like to measure the board with ALL LEDs off. I was wondering if it's pos...

stm32f429 external sdram

Posted on May 13, 2015 at 22:22Hello. I try to work with external sdram AS4C4M32S-6TIN via fmc interface.It has got 4 internal banks. When i write data in first bank all ok.But there is a problem with others banks.When i write data in one of the thr...

Interrupt priority grouping on stm32f1xx series

Posted on April 30, 2015 at 12:12In programming manual (PM0056) in the description of ''Application interrupt and reset control register (SCB_AIRCR)'' two things are written: 1) Bits 10,9 and 8 defines PRIGROUP - they determine the split of group pr...

amomum by Associate III
  • 467 Views
  • 2 replies
  • 0 kudos

STM32 comStick

Posted on April 13, 2015 at 19:10Hello everyone,    i want to seek some guidance. A friend of mine has given to me an small STM32 comStick evaluation board and i was seeking of some developers resources. I have already checked the various examples t...

STM32F303 SPI alternative use of the NSS pin problem

Posted on May 12, 2015 at 17:52When using SPI2 PB12 is the NSS pin. However, I want to use PB12 as an output and not have it set or reset by the NSS when using SPI2. I thought I had done that by this line of code: SPI_InitStructure.SPI_NSS = SPI_NSS...

gbigden by Associate III
  • 601 Views
  • 2 replies
  • 0 kudos

stm32f4 ,i2c bug when acknowledge enabled

Posted on May 14, 2015 at 22:02 I am reading data from a ds 1621 on stm32f4 using i2c 1 on pb6 and pb7. Data sent by the device is fragmented into 2 bytes according to datasheet.I tried to read the first byte.It worked great.Then i decided to...

d4ng3r09 by Associate II
  • 290 Views
  • 0 replies
  • 0 kudos

STM32F429 FMC + SSD1963 + Clock Speed

Posted on May 14, 2015 at 10:18Hi. I'm quite new into the STM32 devices, so apologies in advance for the scrappy code! I've got a STM32F429 Discovery board attached to a SSD1963 display though the FMC (8 bit mode at the moment), however I cant seem ...

matthew2 by Associate II
  • 565 Views
  • 3 replies
  • 0 kudos

STM32F4 DMA vs F1 DMA

Posted on May 14, 2015 at 15:51Hello,I am migrating code from F103RBT6 to F415RGT6.The problem is only in DMA part that it seems as a dead code so obviously something is bad there.Here you can see source code for both F1 and F4:http://pastebin.com/Q...

zexx86 by Associate II
  • 379 Views
  • 2 replies
  • 0 kudos

Incorrect definitions in older stm32f4xx.h

Posted on May 12, 2015 at 20:25If you carry over a stm32f4xx.h (together with a bunch of other system headers) from older projects as I do, and want to reset SPI2 or SPI3 in software, and it won't work, then fix the RCC_APB1RSTR_SPI2RST and RCC_APB1...