LIS3DH library
Posted on February 12, 2018 at 11:18Hello everyone,Can someone help me with LIS3DH accelerometer library.Thank you.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on February 12, 2018 at 11:18Hello everyone,Can someone help me with LIS3DH accelerometer library.Thank you.
Posted on February 12, 2018 at 17:39Hello together,I'm working with an STM32F37 MCU and have somme issues with the USART1 Clock Mux.I enabled the Receiver Timeout Interrupt to detect the end of a Modbus message. With the HSI clock the interrupt occu...
Posted on February 12, 2018 at 14:44hihow to set counter value to zero without resetting lptimer after read the count value .
Posted on April 28, 2017 at 14:38Hi all,I'm working with an stm32f105rc which communicate with a radio chip (DW1000 but doesn't matter ^^ ).The communication between the two chips is done thanks to an SPI link and it works well. I use the code gener...
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...
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...
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...
Posted on January 20, 2018 at 18:03Hi I'm new to stm32. I bought stm32F407 development board. Lot of examples are based on Discovery board. How to program development board via IAR #stm32-f4
Posted on February 12, 2018 at 13:14Can anyone please suggest an alternative for L9377 (already Obsolete) low side switch IC with similar specification
Posted on February 10, 2018 at 09:59hi,ALRAF bit is set in ISR register but doesn,t execute the rtc-irq handler.i enabled NVIC_RTC.