STM32l452 supported?
Posted on November 21, 2017 at 05:01Need version of STM32CubeMX that supports stm32L452 -- does it exist?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on November 21, 2017 at 05:01Need version of STM32CubeMX that supports stm32L452 -- does it exist?
Posted on November 21, 2017 at 13:08Greetings !I have been working for STM32F401RE controller.I am using timer for generation of PWM which is interrupt based and frequency change is desired during run time.This is to achieve a trapezoidal type pr...
Posted on November 21, 2017 at 10:29Hallo everyone,i want to programm a STM32F767BIT controller with STMFlashLoader Demo.But there is no suitable map file. Is there a newer Version of the STMFlashLoader Demo? I use Version 2.8.0. Or has someone a wo...
Posted on December 19, 2016 at 19:16We are using a STM32F769 to drive a 400x400 DSI display. What could we do to about double the current writing speed or to identify what is the bottleneck? LTDC is set up for sending data from SRAM1 for DSIHOST tha...
Posted on November 17, 2017 at 17:36Hello everyone,I was researching about the TSC (Touch Sensing Controller) of my Board Nucleo L053R8 and I found that there it has something called 'the analog switch'.The TSC is composed of several groups. Each g...
Posted on September 03, 2017 at 16:05In stm32f407xx.h V2.6.1 14-February-2017 as seen in CubeF4 1.15 and 1.16, the definition section under/******************** Bit definition for OTG register ********************/repeats twice (around 2x42 line...
Posted on June 24, 2017 at 14:53Hi there,I'm facing some problem in getting a STM32L072 MCU in DFU (USB) mode by jumping to the Bootloader in-code.Following other posts suggestion and the AN2606 i've written these two functions:#define RESET_TO_BOOT...
Posted on November 21, 2017 at 08:16Hi.I am trying to establish CAN connection between STM32F767NUCLEO144 and STM32F4DISCOVERY boards. So far I have maneged to establish connection between 2 STM32F4 boards and between 2 STM32F7 boards(I can transmit...
Posted on November 20, 2017 at 12:46Hi, I'm trying to use 4 ADC channels on STM32L152RE but it seems there are some problems with HAL_Delay and Hal Gettick... if I use only 2 channels it works.
Posted on November 20, 2017 at 13:56HiI'am trying to migrate existing SPL based flash erase and program code to LL. Some flash routine are part of the xxx_ll_system driver but I am missing the erase and program routines such as the FLASH_ProgramWord...