User Activity

Hello,I am trying to put my STM32F103C8T8 in sleep mode where all clocks are running etc. and wake it up using external UART interrupt.I am using MikroC as an environment and I don't think they have Wait for interrupt function. Is there any other sol...
Hi guys,I have trouble with setting up TIM1, I am already using TIM2 and TIM3 to generate PWM signal and ADC conversion. I need TIM1 to generate and handle interrupt so I can display some messages on LCD. For some reason, I can't do that. I am basica...
Hello everyone,I am trying to make an LM020L work in Proteus. I am using Eclipse to code.I am trying to follow the datasheet for the initialization of the LCD and set the cursor at the beginning. This is where I found info: https://web.alfredstate.ed...
Hello,I am trying to have analog voltage converted every 2 seconds using the TRGO signal from TIM3. Without much success. For now, I managed to generate interrupt of TIM3 and in TIM3 Handler to use software trigger for ADC. Here is the code:TIM3:void...
Hello,I am working on a college project and struggle with sending a message to the virtual terminal using USART interrupt.I work with following code:void UART_Send (uint8_t *buffer){ USART1->CR1 |= USART_CR1_TXEIE; // Enable TXE Interrupt USART1-...
Kudos given to