Resolved! stm32u575zi and ads131m04 evm SPI communication
i am using stm32u575zi-q board as master and ads131m04 board as slave for the spi communication.i need ads131m04.h and ads131m04.c files specific to stm32 board .
Ask questions and find answers on STM32 hardware set-ups, including schematic-related challenges, debugging probes, power configurations, and more.
i am using stm32u575zi-q board as master and ads131m04 board as slave for the spi communication.i need ads131m04.h and ads131m04.c files specific to stm32 board .
Is there ST-Link V2 driver for Windows 11? I am using Microsoft Surface Pro + Copilot and trying to load code on STM32L476.
Hello ST Community,I’m encountering significant difficulties connecting to and debugging my STM32 microcontroller and would greatly appreciate your guidance.After erasing the full chip flash memory and uploading my code, the microcontroller initiall...
I am using the STM32L476RET6TR MCU. Please suggest SMD-type crystals for both HSC and LSC.
Recently, I purchased an STM32F407G-DISC1 board. On the top left corner of the board, I noticed the label STM32F407G-DISC1, and at the same time, I observed MB997E printed on it. This raised a doubt because many boards are labeled as MB997D, while so...
Can the ADC write to the buffer faster than the buffer values are sent to PC?- Single channel ADC using DMA, non-circular, EOC every conversion- ADC is in 12-bit resolution but as I understand it writes a full 16-bits each conversion - Buffer size 10...
Hi , I am trying to use the USART1 to talk to another device which is runnig UART and sending and receiving data. I am able to see that the data from USART1 Tx (STM32) is received on the other device but the data being sent from the other device is n...
Hi, I am designing for first time an RF PCB whose primary function is to convert incoming CAN Data and sent it over 2.4GHz frequency using an nRF24L01+ transciever. I am also incorporating an USB-B Micro for programming. As both have a different Impe...
So, I have designed a simple simulator tool for CAN protocol application. So, in that simulator I will be loading the csv file containing some data. This data I have to transmit to CAN bus. I have written a code for CAN transmission, but I am not abl...
My project works as FSBL. I can also generate it as an Appli project (using the linker script "STM32N657X0XQ_LRUN.ld" (as default selected)), similar code works with ST-LINK debugger.But how to generate a signed image and flash to external QSPI memor...