STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm32F7 nucleo and truestudio

Posted on June 12, 2018 at 17:50Hi,I have made several projects using the STM32F407 discovery board using the free version of Atollic Truestudio. Now i want to work with something more powerfull than the F4 and i have choosen the nucleo board with a...

STM32 DSI Host and tearing effects in video mode

Posted on June 18, 2018 at 21:22Hi,So I have an issue with DSI tearing. Heres some background. I am using external SDRAM to hold framebuffers. I use double buffer method. Area is rather small at 180*400(*3). Back frame holds simple running number ge...

Functions shared between Bootloader and App

Posted on June 19, 2018 at 11:22Hi,I would like to know if someone has already tried to have functions shared between bootloader and app?In order to save flash occupation, I have a stack (UDS) that I will use in both Bootloader and App section.I was...

aa bb_2 by Associate II
  • 389 Views
  • 0 replies
  • 0 kudos

ADC2_DMA_RMP[1] on STM32F334 (Rm0364)

Posted on June 18, 2018 at 11:04Hello,as there is no DMA2 on the STM32F334, the SYSCFG->CFGR3 Bit 9 ADC2_DMA_RMP[1] has a misleading description. Following the description, is has to be kept set. 10.1.8 SYSCFG configuration register 3 (SYSCFG_CFGR3)...

Is it possible to use Uart RTO IT for TX?

Posted on June 15, 2018 at 16:44Hi,I'm working on an UART thing on STM32F0XX. I already successfully use IT for reception and for timeout on reception, but now I need to use the RTO (timeout) feature to detect the timeout after a transmission and ca...

stm32f407 center aligned PWM with phase shift

Posted on June 17, 2018 at 15:29Hello everyone.I'm using STM32F407 Black VET6 board. I need to create 6 center-aligned synchronized PWM signals with the same frequency, but every signal needs to have its own DutyCycle and PhaseShift control. Example...

0690X0000060BebQAE.png

pwm with dma

Posted on June 19, 2018 at 10:09HiI am trying to make a sinusal variable freq  wave with dma And pwm . but i cant set  a timer for trigger the dma in cube . please help me to set the cube for it . i use nucleo-f746zgthanks best regurdp m : excusme f...

Reset ULP bit after stop (STM32L1)

Posted on May 14, 2018 at 21:30After I upgraded my application from mbed 5.4.7 to 5.7.7, my comparator is unreliable after a STOP. Basically, this is how the MCU is put into sleep (from https://github.com/ARMmbed/mbed-os/blob/master/targets/TARGET_S...

S2LP MISO high at random

Posted on June 19, 2018 at 09:35Hello, I have an issue with my custom pcb with stm32l476rg and S2LP integrated circuit. I have succesfully ported and run the firmware using nucleo L4 and FKI868V1 board. Still have some troubles with running it on pc...