STM32L452 SPI Bootloader
Posted on March 20, 2018 at 12:05Hi,Does any one know why STM32L452 SPI bootlader takes alot of retries to get an ACK?Same code tested on STM32L053 got ACK on the first try, on STM32L452 it takes 16-24 retries.Michael
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on March 20, 2018 at 12:05Hi,Does any one know why STM32L452 SPI bootlader takes alot of retries to get an ACK?Same code tested on STM32L053 got ACK on the first try, on STM32L452 it takes 16-24 retries.Michael
Posted on March 18, 2018 at 18:06 Hello, I want to use the ADC and the DMA on Simulink as follows: The ADC is triggered by the rising edge of Timer 2 which generates a PWM signal with a frequency of 100 kHz. So, I want to retrieve the 132...
Posted on March 20, 2018 at 07:54I am working STM32F303CC MCU. Trying to find sure shot way of soft resetting the device. Previously I tried with NVIC_SystemReset() . It was and miss. On some boards it worked perfectly and on other boards the syste...
Posted on March 20, 2018 at 10:46Hi everybody,I'm trying to wake up the MCU STM32L051T6 from stop mode using I2C.i saw that it is a very common problem.i read the errata sheet and it reports tha on X revision the problem is fixed.Now i'm using the r...
Posted on March 19, 2018 at 17:39Hi,What is the minimum cubeMX configuration on stm32L4 discovery board? I want to have clean project without peripheral, only with debugging functionality.
Posted on March 17, 2018 at 12:33Hello,I have a customized board for STM32F030R8x microcontroller interfaced with Microchip Lora Module RN2483 over UART.I want to establish P2P connection between Lora module. When i am connecting the modules directl...
Posted on March 19, 2018 at 20:11Hi,Today's F1 v1.6.1 HAL driver pack fixed all issues I had with GPIO so decided to move forward with TIM3 and LL.The goal: use TIM3/PWM to blink the BLUE LED (PC8) - STM32VLDiscovery.CubeMX generated code:/* TIM3 in...
Posted on January 12, 2018 at 11:12Hi,We have a 'distributed' system in place where we have a single I2C master (STM32F7) and a number of I2C slaves (STM32F0). I understand that I2C multimaster is supported, where you have a number of masters speak...
Posted on March 19, 2018 at 18:15Hi, I'm currently using an STM32F413 and I would like to use the forced output mode on the TIM1 with 3 PWM already configured. I followed the instructions noted in the reference manual [17.3.7] : - CCxS bit to 00 in ...
Posted on November 24, 2017 at 22:21Hello,I am trying to make a MSC USB device to access SD card files.The computer recognizes the mass storage device, but cannot open the folder. After a while, it says the device was unrecognized.My code from usbd_...