STM32 GPIO external event vs interrupt.
i want to execute few lines of code on both edge of input pin i know about interrupt but what is external event ?
i want to execute few lines of code on both edge of input pin i know about interrupt but what is external event ?
Dear Members,How can I save date and time setting on STM32L152RE ?Everytime I have reset, it's initialized to the value on init code, how can I the value after power off ?I put a battery on VBAT , it doesn't help,Thanks
Question regarding an implementation of RS485 on an STM32.The application note (reference guide) refers to 4 bits stored in the USART_CR2 register which can be used as an address comparison to aid with waking only when required.“Address mark detectio...
In the ADC chapter, DMA_SxNTR register is mentioned. There's no such register, it's DMA_SxNDTR.This goes across many RMs - I've checked several 'F4 and 'F7 (using simple text search) and all of them contained it.JW
Hi folks,currently I am working on an communication with a sensor via QuadSpi using the STM32F446 controller. The QuadSpi Bank1 was chosen, but unfortunately the hardware designer did not connect the Chip Select signal (CS) to the pin that correspon...
HI, ALL !i am debugging the stm32F407 uart ON RTEMS, found that the idle interrupt will effect the RXhave cleared the idle flag by pragma but now i can not receive uart data, i don't know what's the erroruint32_t *USART2_SR = (uint32_t *)0x40004400;u...
Hi all,I have an STM151 system (our own PCB) running FreeRTOS. As recommended, I leave TIM6 for the FreeRTOS timer,. and am using TIM2 to provide a source for the HAL_Tick timebase.In the BeforeSleepTasks (ie when all RTOS tasks are idle and the CPU...
Hi guys, I am trying software timers without using interruptSysTick->CTRL = 0x5; SysTick->LOAD = 0xFFFFFF;SysTick->VAL = 0; when start the program, what will happen with SysTick->VAL = 0; it is value start with 0xFFFFFF or 0?
I'm using an STM32F769 for a project. I'm trying to continuously stream ADC samples to a buffer. I can fill the buffer without issue, but the DMA never recirculates back to the beginning. I don't get any DMA errors, and the ADC is still running (I...
I recently bought a STM32F4VE board. I have experience in 8051. Im unable to learn program the STM board on Keil. Its completely different compared to 8051. Im completely confused.