STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

RC PWM output 8ch

Posted on March 16, 2015 at 13:53hi,i'm trying to generate 8 pwm signals with different phase shift and different and independent pulse width.As far as i understood the toggle mode won't let you change the pulse of each signal independetly. I've bee...

jdpv by Associate II
  • 1247 Views
  • 6 replies
  • 0 kudos

32F429IDISCOVERY board hard fault/default handler

Posted on March 14, 2015 at 20:36Hi,I'm trying to implement a GOCR algorithm to 32F429IDISCOVERY board. The GOCR itself works very well on PC but on the discovery board I'm still having some issues that makes it unstable and unusable. Sometimes the ...

L1 Reference Manual Error

Posted on March 16, 2015 at 18:52In RM0038 Rev 12, TIM6 & 7 CR1 register is stated to have a reset of 0xFFFF. That means a reset enables the counter. Reset value is probably 0x0000. Regards, Hal

STM32 HAL UART Driver

Posted on March 16, 2015 at 16:25 Working with the STM32F439 UART and originally used DMA for TX and RX, and that was working. For other reasons I wanted to change RX to use interrupt, and I had difficulty getting it to work... I got things work...

STM324x9I-EVAL first steps

Posted on March 16, 2015 at 12:36Dear users, I recently got a present - STM324x9I-EVAL board. So far I've been tinkering with Arduino's and made some mini projects. But this one surprised me - I saw almost no references and ''how-to'' online (in com...

mengons by Associate
  • 663 Views
  • 3 replies
  • 0 kudos

STM32F030 interface with SD card using SPI

Posted on March 16, 2015 at 08:52 I am trying to implement this project using the demo files provided by ST ''STM32Cube_FW_F0_V1.0.0\Middlewares\Third_Party\FatFs''. I have also written the necessory code for low level SPI driver. The command...

Assign Hostname to my STM32F4 board using lwip

Posted on March 16, 2015 at 03:39Hi,I'm using my STM32F4DISCOVERY board with the STM32F4-BB shield which contain an Ethernet PHY/connector.i found many example for Ethernet communication using lwip and they work fine.i want to use my STM32F4 board a...