Resolved! Speed Limit of the ''HAL_GPIO_TogglePin'' ?!!
Posted on July 06, 2018 at 16:28The original post was too long to process during our migration. Please click on the attachment to read the original post.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on July 06, 2018 at 16:28The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on January 21, 2016 at 15:38 Can`t get the TIM12 to work in slave mode from TIM13 as master. /* TIM13 clock is 1us */ TIM13->CNT = 0; TIM13->PSC = ( TimerBusClock / 1000000U ) - 1U; TIM13->ARR = 0xFFFFU; TIM13->CCR1 = 0xFFFFU; ...
Posted on July 06, 2018 at 14:09I have a problem with stm32f103, if insert in HAL_Delay(1000) in Serial Monitor i see incorrect results, but if i insert HAL_Delay(150) the results are correct. I do not understand why!This is the code:while (1) { HAL...
Posted on July 06, 2018 at 17:47We are currently working on a device for healthcare implementation and had chosen the STM32L4R9VI to meet our specific needs. However, we are stuck on finding a suitable battery-charge-management solution that is also...
Posted on July 06, 2018 at 12:24I created a new project (using CubeMx & Atollic TrueStudio) for STM32F103RB and tried to toggle a bit as quick as possible; I use TIMER2 and this function to initialize it:=======================/* TIM2 init function ...
Posted on July 06, 2018 at 16:24Has anyone ever tried to program STM32F469 discovery board using OpenOCD? I am receiving the following error. Any ideas to debug this or any leads on this is appreciated.embedded:startup.tcl:21: Error: Command/target:...
Posted on July 06, 2018 at 16:30 Cube generated Keil project with CAN I have developing own SW for third-party HW, original SW working with CAN interface and CAN works good - so HW is OK. My startup initiate CAN with 500kb, and RX0 interrupt ...
Posted on June 29, 2018 at 10:16 Hi everyone. I am using STM32F303RE and STM32L011 nucleo boards as a part of my experiment. I used STM32F303RE to generate PWM signal (in Interrupt mode) for 1MHz. Clock Source - PLLCLK (8Mhz * 9 = 72 MHz). Time...
Posted on July 06, 2018 at 15:40Hi everyone,i'm compiling all my projects using ARM Compiler Version 5.06 with these compiler options: armCCothers_dbg := --cpu=$(processor) --fpmode=none --apcs=/interwork -g -O2 -Ospace -c --feedback=feedback.txti n...
Posted on July 06, 2018 at 16:02Hi all: Who can give me a correct ioc file which support lwip in STM32H743Nucleo board. I work 5 days, but can not using cubemx to generate a correct lwip project. thanks.