Resolved! STM32F042G6 CAN TX & RX example.
* I am using STM32F042G6,*I need examle for CAN Bus both TX & Rx,*Receive mode of (Interrupt)*i am using cube ide:4.24.0
Ask questions, find answers, and share insights on STM32 products and their technical features.
* I am using STM32F042G6,*I need examle for CAN Bus both TX & Rx,*Receive mode of (Interrupt)*i am using cube ide:4.24.0
When acting as I2S master, the kernel clock frequency for SAI or SPI must be set to some multiple of the audio sample rate, and the bit clock and frame sync signals are then generated by dividing the kernel clock. Now, if acting as I2S slave the bit ...
After receiving some data through interrupt, Is there any way to disable interrupt mechanism and go back to blocking mode for receiving remaining data.I tried NVIC_DisableIRQ(0 to disable interrupt. After that when i tried to receive through blocking...
Please check whether 7BIT communication is not supported for STM32F407ZGT product.
Hello,How can I send data from touchGFX screen to main task? I have action on click button which calculate me data, but I'm not sure how can I send calculated data to my main program.
I'm communicating between STM32F746G-Discovery ans ESP32 using UART (PC6 and PC7 pins on STM). ESP receives some data at certain intervals over WiFi and transmits it to STM via UART. On STM I want UART to receive data only when ESP32 has transmitted....
I am trying to configure 32F469IDISCOVERY board for display application. I have referred article : https://community.st.com/s/article/FAQ-GUI-on-STM32F469-Discovery-boards-using-CubeMX-and-STemWin.In that I can configure display in a landscape mode. ...
Hello to everyone. I'm creating a project where i need to communicate via SPI. My main board, is configured as full duplex Master, and i have other STM working as full duplex slave. But, i have a problem. If i configure the boards to just have one fu...
I want to measure AC signal voltage and frequency .Presently i am using function generator to generate sine wave having 3Vpp(peak to peak Voltage) and feed directly to MCU pin which support ADC channel(Channel 7).So any one can guide on this.I have i...