STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

change open drain to pp

Posted on February 12, 2018 at 14:26hello i use this configuration for send for ws2812.GPIO_InitStructure.GPIO_Pin = WS2812B_PINS; GPIO_InitStructure.GPIO_Mode = GPIO_Mode_Out_OD; GPIO_InitStructure.GPIO_Speed = GPIO_Speed_50MHz;GPIO_Init(WS2812B_PO...

Malloc(a) Free(a) Malloc(b) should return same address?

Posted on February 12, 2018 at 06:26Hi,I tried doing malloc(x) and free(x) recursively till it returns null. x is always incrementing. Global interrupts are disabled before malloc and enable after free. There is no code in between malloc and free.Bu...

0690X00000609iqQAA.png

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
  • 373 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
  • 845 Views
  • 2 replies
  • 0 kudos