STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32F030RC programming flash problem

HiI have used STM32F030RC.I program the flash memory, using bootloader from PA9 and PA10.I have programmed the microcontrollers first time successfully. But after some program times, I can not program them. I traced the problem. The micro goes to b...

C++ IDE?

Posted on April 10, 2018 at 06:06Anyone has ever tried to install and play with an C++ arduino oriented  IDE that uses arduino libraries but implemented for STM32 micros?Have you ever heard of Sloeber?http://eclipse.baeyens.it/ Seems interesting!

g. lewis by Associate II
  • 2599 Views
  • 22 replies
  • 0 kudos

I am working with an STM32F405. Planning to use Segger J-link probe and J-scope combination to visualize RAM variables over the JTAG/SWD/SWO interface. does anyone know what is the maximum sampling frequency I can achieve with the STM32F405?

Segger quotes the J-link Ultra+'s target interface speed at 50MHz and an "unlimited sampling bandwidth, limited by the bandwidth of the debug interface"... Ideally I would like to plot 4 floats at atleast 10kHz sampling rate.

sb by Associate
  • 378 Views
  • 1 replies
  • 0 kudos

Encoder mode and rotary encoder

Posted on April 03, 2018 at 11:10 Hi, I'm using STM32F072RB and a rotary encoder (with 30 dentet) connected to TIM2 in 'encoder mode' and I can see in TIM2->CNT that it is actually counting correctly. I trying to get an interrupt on each detent...

Ariel G by Associate II
  • 4485 Views
  • 24 replies
  • 0 kudos

Resolved! how to find the reason when watchdog reset happens

Dear Sir/Madam:I have a problem and would need your help. when I write a watchdog like the following:void init(){.. SystemClock_Config(); /*######## Configure watchdog timer ############################*/ // Watchdog clock is LSI, runs at 32kHz. The ...