Resolved! HAL and GPIO EXTI
If I register a callback function for GPIO EXTI and I have EXTI on multiple ports for the same pin (e.g. PA0 and PB0) how does the callback distinguish between the ports when the event triggers?
Ask questions, find answers, and share insights on STM32 products and their technical features.
If I register a callback function for GPIO EXTI and I have EXTI on multiple ports for the same pin (e.g. PA0 and PB0) how does the callback distinguish between the ports when the event triggers?
Hello I have set the timer7 for 1 minute interrupt. It is working at every minute as expected. But the interrupt is also triggered as MCU is reset. I have set global counter for increment in timer7 callback. As soon MCU is reset , Timer7 callback is ...
Hi,a footnote(4) in STM32H7 reference manual RM0468 Table 56 regarding the maximum allowed frequency for ADC says"With a duty cycle close to 50%, meaning that DIV[P/Q/R]x values shall be even".Does this recommendation apply to the actual DIVXx regist...
Hi, I am trying to synchronize a SPI Block data transfer between two MCU's (Ti MSP430 Master, STM32G0 Slave). The idea is to use the DMA to transfer the data to memory and use the DMAMUX to Sync with a timer. For demonstration, the data is transmitte...
Hi,I was able to get a frame(result attached below) from Nucleo-WB55RG by controlling HSYNC and VSYNC with the help of EXTI. However, I have faced some pixel loss(pixels from the white color) at the beginning of each HSYNC. I suspected that the issue...
I am trying to implement an EEPROM driver which uses DMA. So far, I can implement polling and interrupt version. HAL_SPI_Transmit_DMA works OK, but HAL_SPI_Receive_DMA returns HAL_BUSY, so even the first reading process seams OK, it actually doesn't ...
if i usesprintf(msg, "%s %.0f%%", NN_OUTPUT_CLASS_LIST[App_Context_Ptr->ranking[i]], *((float*)(App_Context_Ptr->Ai_ContextPtr->nn_output_buffer)+i) * 100);HAL_UART_Transmit(&huart8,(uint8_t*)msg,10,1000);To transmit “Beer 50 %” to arduino But the ar...
LPUART1_TX - PA2LPUART1_RX - PA3I'm having trouble testing because I'm getting frame errors by UART1.My PCB didn't design any circuit for PA2 and PA3 because the IC that connects to the MCU's UART pin uses 3.3V TTL communication.However, using the HA...
Im using stm32 bluepill board with rosserial to publish two topics which are "right_wheel_ticks" and "left_wheel ticks".when I try try to publish both topics one one topic is published.I have posted the explained question here.https://stackoverflow.c...
Hello , is there a way I can convert an stlink to jlink in linux (ubuntu 22.04). STSW-LINK009 is only available for windows