User Activity

Hi everybody!I have an STM32F411RE Nucleoboard and an ADXL345-M accelerometer. I have 2 problems.I want to read 1 byte data from the accelerometer. In this case I want to get he device id (0xe5) and store it in a variable. In debug mode it seems that...
Hello!I have an STM32F411RE nucleoboard.I tried to use PA2 (TX) and PA3 (RX) as a general output. I enabled the clock access and also setted the mode register to general purpose output mode, but when I connect the LED and set the pin high nothing ha...
Hi everybody!First of all sorry for my language. I just started to learning programming of STM32. My problem is that i made a delay function. I wanted to test it with the input capture mode. I setted the prescaler to 16000 - 1. I wanted to get an 100...