STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

QSPI Issue

Posted on February 12, 2018 at 13:42Hi,I am doing a project using STM32L432KC controller and EPCQ256 (32MegaBytes) -QSPI flash, Here I am able to Erase, Write and Read. but I am able to write only 1-4 MegaBytes and then writing is gets stopped (Here...

Typo in STM32L1 HAL for EEPROM Erase

Posted on February 12, 2018 at 10:44 Hi, it seems in theSTM32Cube_FW_L1_V1.8.1 in Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_flash_ex.c there is a typo in the parameter guarding. in line 811: HAL_StatusTypeDef HAL_FLASHEx_DATAEEPROM_...

S H by Associate
  • 328 Views
  • 0 replies
  • 0 kudos

The code is not generated properly.

Posted on February 12, 2018 at 01:08Hello,I have an issue when generate code using STM32CubeMX.At first, it worked properly.The generated code was fine.But I changed the Project Settings from HAL driver to LL driver then the code is not generated pr...

0690X00000609gjQAA.png
dspark by Associate II
  • 521 Views
  • 2 replies
  • 0 kudos

CubeMX STM32L433CC ETR2 Input bug?

Posted on March 06, 2017 at 17:48 Hi When TIM2 of this device is configured according to the screenshot, the following code will be generated: void HAL_TIM_Base_MspInit(TIM_HandleTypeDef* tim_baseHandle) { GPIO_InitTypeDef GPIO_InitStruct;...

Losing color depth

Posted on February 12, 2018 at 01:45I've been working on a simple UI library for my project.I'm using the stm32F7 with LTDC configured to RGB888 color space.Whilst I was writing a color gradient function, I noticed that my gradients looked 'choppy'L...

0690X00000604NDQAY.jpg

F767 micro SD card freezes

Posted on February 12, 2018 at 09:40I'm experiencing random freezing of the micro SD card on a custom board, running the STM32F767II.During read operations, occasionally communications is lost to the card and the driver code will experience repeatin...