STM32F411E-Discovery PWM
Posted on October 18, 2017 at 08:36Hello.I would like to use a servo motor using STM32F411E-Discovery. Is it possible to use the pwm out mode?
Posted on October 18, 2017 at 08:36Hello.I would like to use a servo motor using STM32F411E-Discovery. Is it possible to use the pwm out mode?
Posted on October 17, 2017 at 14:05Dear STM32 community,I am new at field of 32bit ARM, I have only little experience with 8bit Atmel chips and arduino programming. We need to replace expensive ADC card from National Instruments company by some chea...
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...
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...
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...
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?...
Posted on October 16, 2017 at 11:05Dear ST-Team,for our new project we plan to use STM32H743x. We plan to go into HW-Design Q4-2017and start FW-Design end of 2017. Regarding this i have some questions with the useof the H7-Devices:1. We want to buy ...
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...
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...
Posted on July 25, 2016 at 16:41 Hi guys, I'm working on STM32F746-Discovery and I'm trying to read through DMA the digital microphone. I would like to save in a circular buffer the readed data, so that I can process it using DSP. The ...