User Activity

Hi,  I am attempting to obtain readings from the LIS2DTW12 accelerometer on board, utilizing the SPI interface and an STM32F098RCT6 microcontroller.I’m accessing the ‘who_am_i’ register along with the high and low registers for the x, y, and z axes. ...
Hi, While implementing a single conversion process for the Analog-to-Digital Converter (ADC) via register-level programming, the debugging phase yields a consistent output of zero, irrespective of the input. This anomaly persists even after the ADC i...
I am trying to transmit character over USART2 using STM32L476RG EVB. I am getting "NUL" at the debug terminal instead of the transmitted data. please help. Here is the code and debug terminal:Debug Terminal#include <stdint.h> #include"stm32l476xx.h" ...
Hi,I am attempting bare-metal programming for UART data transmission and reception on the STM32L476RG microcontroller. After transmitting data, observed that the debug terminal is only receiving NULL characters. Please help. Here is the code: void Sy...
I am using STM32L476RGT6. I am trying to read and write operation in the embedded flash memory. I am unable to erase the stored data in the embedded flash memory. I am following method to erase :FLASH_EraseInitTypeDef EraseInitStruct; HAL_FLASH_Unloc...