Below api we are using to get data from uart ( HAL_UART_Receive_IT ).
Hello! I am honestly a newcomer in the field of embedded systems and I have some questions about a card I have been studying for a few days in class and within the company where I am working. I am enclosing the data sheet and I would like to know:- ...
Hello,I have the following questions about available support in Simulink:1) Is it planned to add Nucleo-WB55 to the set of supported boards in Simulink Coder (for example to communicate with hardware in Normal Mode Simulation using Connected IO)? If ...
DS9826 states that "The VDDIO2 supply is monitored and compared with the internal reference voltage (VREFINT). When the VDDIO2 is below this threshold, all the I/Os supplied from this rail are disabled by hardware. The output of this comparator is co...
helloI have a question about the tutorial for the DFSDM excel file.https://www.st.com/content/ccc/resource/technical/document/technical_article/group0/1b/40/1d/43/1b/8d/47/65/dfsdm_tutorial/files/dfsdm_tutorial.xlsx/jcr:content/translations/en.dfsdm...
Okay so I'm trying to use FSMC in order to control 16 bitlines and a (custom) clocksignal for driving multiple LED drivers. (the final goal see "data-signal")My first goal was to be able to drive the 16 bitlines, this works as expected. (see "without...
void DMA1_Channel6_IRQHandler(void){ /* USER CODE BEGIN DMA1_Channel6_IRQn 0 */ /* USER CODE END DMA1_Channel6_IRQn 0 */ // HAL_DMA_IRQHandler(&hdma_usart2_rx); /* USER CODE BEGIN DMA1_Channel6_IRQn 1 */ /*Checking the proper USART Port*/ //if (hdma...
I have one stm32lL011 20 pin chip. And nothing more than just this chip, it's a bare chip. How can I turn on a led using a touch button? I don't know what to do, can you write me step by step what to do?Thank you all =)