STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL SPI STM32F429 DISCO problem

Posted on September 01, 2015 at 12:16 Hello, i have following code generated from STM32CubeMx. Transmit function returns HAL_OK status but under scope clock line stay always low. I have tried several codes to run this bus but always nothin...

Timer 2 on STM32F401C Discovery Board

Posted on September 10, 2015 at 15:28Hi all,I've just started playing with the STM32F4 on the STM32F401C Discovery board, and had some strange behaviour (slowed down time) when attempting to generate a 1ms TIM2 interrupt.From the reference manual fo...

Timer 2 on STM32F401C Discovery Board

Posted on September 10, 2015 at 13:30Hi all,I've just started playing with the STM32F4 on the STM32F401C Discovery board, and had some strange behaviour (slowed down time) when attempting to generate a 1ms TIM2 interrupt.From the reference manual fo...

first STM board: STM32F7-disco; newbie questions

Posted on September 10, 2015 at 16:06I have embedded experience with other dev board like TI tiva, NXP's LPC 1769 etc, however, this is my first foray into a STM board. my goal is to port my existing firmware to this board and I'll be glad if someon...

pmgb by Associate
  • 456 Views
  • 1 replies
  • 0 kudos

stm32f407 discovery FW_update and dev app

Posted on September 09, 2015 at 19:29good afternoon! i'm trying to prepare my system for realise updates to the user, and him can download it to the usb flash (used in my process all time) and as FW_update says rset-> press botton 4s-> wait until gr...

stm32f3 moving ISR vector

Posted on September 03, 2015 at 14:57I'm using flash memory in my project so in order the interrupts to work properly I have to move the ISR vector to SRAM or else the flash will stall the interrupts during its work. My working environment is CubeMX...

dooz by Associate II
  • 3561 Views
  • 10 replies
  • 0 kudos

PROBLEM: External pull-up of FT pin not reaching 5V

Posted on August 13, 2015 at 19:10 Hi, I am having trouble using an external pull up resistor to 5V. The voltage at the GPIOs is clamping to ~3.65V. Notes: Processor: STM32L151VBT6 (100-LQFP) Test Board: Proprietary ...

mwylie by Associate
  • 437 Views
  • 1 replies
  • 0 kudos

Precise ADC for STM32F4

Posted on September 08, 2015 at 19:42Hi,I want to have precise ADC readings on stm32f4 for my project work but it always give me about 1% of error. For example if i take 0 V reading by grounding 12bit ADC it gives readings in between 0-15 (out of 40...

0690X000006034PQAQ.jpg
ameer by Associate II
  • 639 Views
  • 3 replies
  • 0 kudos

Random number generator (RNG)

Posted on September 10, 2015 at 10:41Im using the stm32f407vg discovery board, and coocox is my ide. Im trying to use Random number generator (RNG) to generate true random number. Please see code attached. When i run it, it get stuck in  ''while(RNG...