User Activity

Hello all,I am trying to interface 24C16RP EEPROM with my MCU soldered on breakout board and  it seems like the EEPROM is behaving very weird when i am trying to write and read. first of all it starts to write from position 1 not from zero of an arra...
Hello All, I am working on a raw STM32C031C6T6 directly soldered on a breakout board and trying to make a multi channel interrupt based ADC working but the problem i am facing is all the adc's are giving me the same values even after setting the sepa...
I am working on STM32F103 and made a pwm with TIM1 channel 1 and 2 with channel 1 non inverted and channel 2 inverted, when i am disabling the pwm using HAL the inverted channel goes to continuous high state. any kind of help will be appreciable and ...
In complementary PWM out put my dead time increases or decreases when i am varying the Auto reload register value. is there a solution like 45% of duty cycle with one out put inverted and second output non inverted. This is my HAL_INITS along with Ti...
#include <stdio.h> #include <stdint.h> #include <string.h> #include <stdlib.h> //#include "stm32f4xx.h" #include "stm32f411xe.h" #include "uart.h"   #define GPIOAEN (1U<<0) #define PIN5 (1U<<5) #define LED_PIN PIN5   ...
Kudos given to