STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 LIN Documents Helping

Posted on March 24, 2015 at 02:34I am studying about LIN protocol and its implementation on STM32F107. Also I am new to this microcontroller, can anyone suggest me some materials about this microcontroller as well as the documents about LIN implemen...

PWM signal generation for a servo motor

Posted on January 01, 2013 at 14:08I want to generate a PWM signal to control a servo motor. The servo has a dead band width of 10?s. I have tried doing this using the '7_PWMOutputs' example. Code so far: ____________________________________________...

STM32f407 board 5V pulse with 40kHz frequency

Posted on March 13, 2015 at 12:33 Hi! I modified the following program to get a pulse of 5V and 40kHz of frequency. I tried it in an oscilloscope and I get a 4V pulse and 12,8kHz frequency. What is wrong in the code?? #include ''stm32f4xx...

fiulala by Associate II
  • 867 Views
  • 7 replies
  • 0 kudos

Timer encoder mode in CubeMx code generation

Posted on April 13, 2015 at 17:04 Hello st! Today i bumped into a problem with code generation for encoders in CubeMx tool. I've read all topics on this site connected to timers in encoder modes, but all i've found was only not-working...

bartek by Associate
  • 306 Views
  • 0 replies
  • 0 kudos

Flash as eeprom

Posted on April 12, 2015 at 21:22Hi,I have a page to use as data in the flash programme memory. I can read, write values and all this task works find.But I need to write an initial value at programming time. I mean, to write for exemple 0x00 when th...

juanjo by Associate II
  • 611 Views
  • 3 replies
  • 0 kudos

[STM32F0] SWD write problem

Posted on July 07, 2014 at 16:48Hi everybody,I'm working with an  ST-LINK from a discovery board STM32F4 to debug an external application on a custom board which embedded  an STM32F0 (my target). The ST-LINK seem to be good because there's no proble...

paniagua by Associate
  • 1183 Views
  • 7 replies
  • 1 kudos

STM32f303 internal command error

Posted on April 13, 2015 at 04:22Hi All,I have an STM32f303 discovery board that I'm trying to interface with a New Haven LCD display. The LCD uses SPI for communication. I was able to enable SPI communication and I've been able to observe the data ...

prad90 by Associate
  • 335 Views
  • 1 replies
  • 0 kudos

USB HID on STM32

Posted on April 09, 2015 at 05:04I a writing a USB HID program for STM32F107, but when i look at the USB HID library from STM, i am so confused and cannot understand the library for my own modification, such as where is the descriptor, how its value...