STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F7 Discovery Board STemWin examples

Posted on September 29, 2015 at 22:32I've tried compiling the included ticker example with the STemWin_HelloWorld project included in STM32CubeF7. Functionally, it works OK but the draws seem to be corrupted. Take a look at the video I've uploaded o...

DMA circular mode with 38 bytes on UART RX

Posted on December 10, 2015 at 06:28I'm using STM32F4 discovery board and I'm receiving 38 bytes on UART RX line periodically, since I want to transfer this in DMA I used DMA circular mode. But according to equation DMA_SxNDTR = Multiple of ((Mburst...

TIM1 PWM output on pin (cube HAL)

Posted on December 09, 2015 at 11:50Hello,I have configured TIM1 as PWM source and enabled it. Its working becouse TIM1->CNT is incrementing and I have blinking LED based on value of TIM1->CNT. But now I need output it on PIN and its not workig. My ...

laski by Associate II
  • 1684 Views
  • 8 replies
  • 0 kudos

STM32F4 Discovery ST-Link and Overcurrent (LD8) error

Posted on December 10, 2015 at 08:21I'm doing ADC and DAC on STM32F4 Discovery kit and suddenly, ''USB Device Not Recognized'' error pops up. Overcurrent LED (LD8) lights up and ST link error occurs. When I remove the Idd Jumper (JP1), PWR LED (LD2)...

kyaw by Associate II
  • 375 Views
  • 0 replies
  • 0 kudos

Delay function for STM32F4

Posted on July 08, 2015 at 13:50Does anyone know of a good delay function I could use with my STM32F4. I need delay in miliseconds and microseconds. #nano-delay() #ns-delay

theanswer by Associate II
  • 3488 Views
  • 20 replies
  • 0 kudos

Consultation/Programming help with STM32F407

Posted on December 09, 2015 at 20:10Hello,  I thought about picking up firmware programming myself for a project I wish to create, however there is too much learning curve and I don't have full time to dedicate to learning and programming all of it,...

SDADC Gain 0.5 max Vin?

Posted on December 08, 2015 at 22:02Hi, According to AN4207 page 10, in Single ended zero ref mode the max input voltage to the ADC is Vref/gain. So if I set Vref = 3.3V = VCC, can I measure up to 6.6V with gain = 0.5? Or would this collide with the...

0690X0000060361QAA.jpg

STM32Cube FMC Timing issue

Posted on December 09, 2015 at 19:16Hi I am writing some data to an external device on the address and data bus I have used Stm32cube to set up the timing data. Once I have written the data to the device I have to strobe a data line. This is fine bu...

jowen by Associate II
  • 294 Views
  • 0 replies
  • 0 kudos

STM32F405RGT6 part numbering mystery U V W

Posted on December 09, 2015 at 12:18Can someone please tell me what adding U or V or W to this part number means ? As Farnell and RS stock them I do not expect it to be programmed specials. The datasheet is of no help (that I can find). I'm hazardin...

alan23 by Associate II
  • 909 Views
  • 4 replies
  • 0 kudos

STM32L100C Discovery clock after reset

Posted on December 09, 2015 at 16:22I've started to look for the answer for the following question after finding out the problem with UART. It did not work correctly, and I tried to change baud rate from 115200 to 57600. After that UART worked.I use...