i separated the debugger of my nucelo stmf401re from the rest of the board and i am using it to debug an stm32h750but when i try to connect it with cube id i get those messages:Open On-Chip Debugger 0.12.0-00017-gb153daa14 (2023-02-03-14:58) [https:/...
Hello ST-communityHow can I know the time between GATT data reception in bluenrg, and SPI data transmission using the host microcontroller (STM32F446)??
SOLVED: I didn't convert the flashErase_handle.PageAddress to hex, so I was passing in the integer 800_8000, which is much less than 0x800_8000I'm using the Nucleo F303RE board and as part of a bootloader trying to erase pages of flash containing th...
I am using the following slave device for I3C reading and writing. I can now read and write CMOS registers through private mode, but I cannot find any examples of entering and exiting HDR mode. Can you provide an example program for entering and exit...
Hi, I have a STM32H745 MCU, which has both M7 core and M4 core. I created a project in CubeIDE, and the code that is automatically generated expects both processors to be active.Indeed, in the code of the main. of core M7, wait for core M4 to boot be...
Hello.I'm trying to make an I3C Master device using the NUCLEO-H503 board.I am trying to implement GPIO by directly controlling, without using HAL Library.However, I3C port uses both Open Drain and Push pull,Is it possible to implement this function ...
Behaviour of WWDG on STM32L071KZUx.We are trying to read and write 256bytes from the Slave. In a specific case the Slave needs delay of 120ms to process the data when we add 120ms of delay in the MCU, the void HAL_WWDG_EarlyWakeupCallback(WWDG_Handle...
I just want to know about using SPI CS alternate function or a simple GPIO output. In my design I just have a pin with no SPI CS alternate function available, so could I use it as a simple GPIO output?