STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! PB1 and PA1 are using the same EXT1?

Posted on October 17, 2017 at 10:45Hi.I'd like to use external interrupt PA1 nad PB1 pin.But I found the following image, I think I can't use the external interrupt PA1 and PB1. Probably I think I have to  use only one to interrupt set.Can I separat...

0690X00000608aCQAQ.png

EVALKITST7580-1 GUI problem

Posted on October 18, 2017 at 11:17Hi all,I'm using X-Nucleo-PLM01A1 with NUCLEO-F401RE and NUCLEO-L053R8 boards. I followed the guide at this link to install the EVALKITST7580-GUI and the proper firmware.https://my.st.com/content/my_st_com/en/produ...

LED don't light on Nucleo STM32F411RE

Posted on October 14, 2017 at 12:59Hi, I'm getting started with the Nucleo STM32F411RE, and the LED don't light !Here is my main.c ://*****************************************************************************////! \file main.c//! \brief main appl...

Stm32Cube MX Delete Old Firmware Files

Posted on October 17, 2017 at 14:20Hey guys,is there any way to remove old Firmware packets, which have been imported via a local stm32mcube source in cubemx.If not how can I be sure that when I start a new Project cube mx uses the latest libraries?...

edelmann by Associate II
  • 1705 Views
  • 4 replies
  • 0 kudos

Resolved! STM32F767ZI Timer Interrupt

Posted on October 11, 2017 at 23:35Hello,I am having some difficulties wrapping my head around what's happening with my TIM3 interrupt.  I am creating a timer class for my application.  It needs a 1 microsecond resolution.  For some reason I can onl...

0690X00000608aLQAQ.png

RTC not interrupting every seconds

Posted on October 16, 2017 at 15:52 Hi I was running RTC with stm32f I use cmsis and using LSE(768 khz) for rtc. I want to trig the RTC_IRQ on each second. How can I active it ? Its my code for adjusting rtc static void RTC_Config(void) {  RT...