Input capture Unit configuration using STM32CubeIDe
Hello Team,I did not find any option to configure the Input Capture Unit for the STM32H743BIT6 board.Could you please let me know how to do that?Any suggestions will be helpful.Thank youAkhilesh
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello Team,I did not find any option to configure the Input Capture Unit for the STM32H743BIT6 board.Could you please let me know how to do that?Any suggestions will be helpful.Thank youAkhilesh
Hello,observed that both the CM4 and CM7 cores are resetting (NUCLEO-H755ZI-Q), whereas it is expected that only the CM4 core should reset due to the Window Watchdog (WWDG2). For verification UART is configured in cm7 printing counter value. observe ...
We're looking to replace our F105 processors in the next generation of a an automotive application.We want more flash,2 I2c ports2 SPI ports3 UARTspreferably 4 CAN ports, but atleast 3, 2 of the CAN ports should support CAN-FDand more hardware securi...
Hi,I am trying to use the Clock and weather application code that has some driver for wifi to test the module but it seems the net_conf_es_wifi_spi.c from the driver is trying to init SPI4 instead of SPI2 as per the schematics on st.com website. why ...
Hello !I'm using STM32U5A5 on my custom board.i would like to configure a very big buffer to store lots of ADC samples (60sec circular audio buffer)i check the GPDMA is limited to 64kBI tryed a small test using the linked list to do a small test usin...
I have a Nucleo-H7S3L8 board that I have been using for development, but it is no longer able to connect to download binaries. I had previously been able to connect, but now when I try to run code using STM32CubeIDE, the ST-LINK GDB server fails with...
Hello,I am implementing DMA transfers to USART1 peripheral configured as asynchronous UART. I am facing issue that the message transferred with DMA is transferred only once and freezes.When set to transfer messages in blocking mode (without using DMA...
Hi, let me clarify more my situation ... I am coding this from scratch i am using a CAN transciever...My problem is that the CAN_Start function always returns an Error and while debugging i noticed that my code is stuck in the CAN initialisation what...
I have debugged the whole code to send data from stm32h750b-dk between the two fdcan terminals fdcan1 and fdcan2 the data is appearing on live expressions of txdata1 but in rxdata only 1 bit is being transferred can somebody mention what the problem ...
Hi, I am curious about one thig. I am using STM32F070CBT microcontroller which has LQFP48 package. My curiosity is about 3rd and 4th pins. In datasheet these pins additional functions are OSC32_IN and OSC32_OUT respectively. In my project, i did not...