STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F303 ADC clocks

Posted on July 27, 2015 at 16:51Hi All,Why the ADC is work only with the following configuration :RCC_ADCCLKConfig(RCC_ADC12PLLCLK_Div4); ADC_CommonInitStructure.ADC_Clock = ADC_Clock_SynClkModeDiv4;I try to configure as the following:RCC_HCLKConfig...

ilanh by Associate II
  • 1048 Views
  • 8 replies
  • 0 kudos

STLink Error

Posted on July 30, 2015 at 02:43 I have previously been developing ok using ST-Util for mac and an STM32F103 board ( i have several of these basic boards) but recently the device stopped being detected and does not work on the offic...

0690X00000605IsQAI.png 0690X000006033MQAQ.jpg
mitch by Associate
  • 814 Views
  • 2 replies
  • 0 kudos

Problem setting reload value for independent watchdog

Posted on July 29, 2015 at 16:47 Hi all, I am using a STM32F103 MCU and I want to set the reload value for independent watchdog (IWDG) so watchdog will reset the device (a timeout will occur) after ''t'' seconds. I am using the following code to ini...

danesh by Associate II
  • 1246 Views
  • 7 replies
  • 0 kudos

STM32F103 RTC Issues

Posted on July 27, 2015 at 10:20 Hello I am trying to configure the RTC of a cheap ARM board with STM32F103C8T6: http://www.ebay.co.uk/itm/High-Quality-STM32F103C8T6-ARM-STM32-Development-Board-Module-For-Arduino-Tool-/251621420724. I...

tbnkr by Associate II
  • 1923 Views
  • 8 replies
  • 0 kudos

Nucleo-F070RB + mbed PB6 problem?

Posted on July 28, 2015 at 19:34I have a Nucleo-F070RB and am using mbed for programming. Is there something special about PB6 that prevents it from being used as a GPIO? It appears to be configured as as oscillator output (?) at 500Hz.The code belo...

jay23 by Associate II
  • 586 Views
  • 3 replies
  • 0 kudos

Need EXplanation for a single line

Posted on July 29, 2015 at 15:07i have done bootloader and its jumps. but i like to know what the below line exactly does, Can anyone explain exactly why we give  0x2FFE0000 and do ''and '' mask and how it works?  if (((*(__IO uint32_t*)APPLICATION_...

arunl4g by Associate II
  • 288 Views
  • 1 replies
  • 0 kudos

FreeRTOS and HAL driver timeout issue

Posted on November 21, 2014 at 19:54Hello, in xPortStartScheduler routine, the systick priority is forced to /* Make PendSV and SysTick the lowest priority interrupts. */ Some HAL interrupt drivers implement a time out based upon systick value. Wi...

stst9193 by Associate II
  • 2603 Views
  • 9 replies
  • 0 kudos

NUCLEO-F302R8 RAM Shortage

Posted on July 29, 2015 at 16:14I've been developing on a NUCLEO-F302R8 but a recent change to the scope of the project has left me with a requirement for 40kB of RAM, and the part on this dev board only has 16kB. What's the best way to expand my RA...

daniel2 by Associate II
  • 361 Views
  • 1 replies
  • 0 kudos