Resolved! STM32H7S Nucleo
Has anyone already ordered this Nucleo board? Is it indeed out of stock in the store, or never sold yet?https://estore.st.com/en/nucleo-h7s3l8-cpn.html
Has anyone already ordered this Nucleo board? Is it indeed out of stock in the store, or never sold yet?https://estore.st.com/en/nucleo-h7s3l8-cpn.html
I am trying to write code to enable the MCO1 clock output on pin PA8 on the STM32H755ZIT6U microcontroller, the code is fairly simple.The code below is my attempt to do so. I couldn't find the problem. /** This code activates MCO1 and MCO2 so we ca...
I am beginner with STM32 microcontrollers and currently building a program on the NUCLEO-F446ZE board in which I would like to open a .bin file and parse the data from this file. So far, I fail to open the file. To check whether my code was the probl...
I inherited a board that has a SM06B-XSRS-ETB JST connector for the SWD port. I believe they were using an ST-Link programmer. Does the ST Link programmer come with an adapter cable that has the male side of the connector? Or is there a cable avail...
In my project, i will to communicate with a cluster of cars that support the CAN FD protocol, operating at a baud rate of 500 kbit/s with a data payload of 12 bytes. my plan to interface this communication with a NucleoH745zi-Q board, which suppor...
Hello, I think there's a bug in CubeIDE when working with a Nucleo-H563ZI. Steps to reproduce it:- create new project, clear pinouts- enable USART3 in async mode, PB10 and PC4 pins are assigned (why not PD8 and PD9? don't understand)- ctrl+click on P...
Hi, Is it possible to run on the M7 core a piece of program (subroutine call - no input, no output parameters) written, compiled and loaded for the M4 core (i.e. to have global access to program code)? Best
Hi,please anyone could help me out how to resolve the issue regarding the ST-link upgrade. when i am trying to upgrade it is throwing an error "ST-link not in DFU mode. please restart it".I am facing this issue after updating both STM32cube IDE and S...
What is the camera protocol used by STM32F7508-DK?MIPI or DVPWhich cameras does STM32F7508-DK module support?
Hi, everyone.I recently bought a STM32H750B-DK devboard to try and learn to program microcontrollers. I'm beginning to think I should have started with something simpler...I tried following the "getting started with STM32" tutorial from the wiki. SO,...