User Activity

Let's say that i am programming a FW that should read data from peripherals.How could I know what are my stack and heap and in general, my memory limitations?I am working with STM32U585 and searched in the reference manual, but could not find the ans...
I made an I2C communication between STM32U585 uC to an I2C EEPROM and it worksI do the following  but if I remove the HAL_Delay(10) or minimizes it to less than 10msec things are not working well, the second call I2C_Master_Transmit fails.Is there's ...
Trying to configure SPI1 with SW NSS on STM32U585AII6Q with STM32CubeIDE.While generating the code, the relevant 4 pins are not initialized.The PinOut looks like that. This grey shade seems suspicious to me.Below, MX_SPI1_Init() and MX_GPIO_Init()sta...
My EVB NUCLEO-U575ZI-Q is not responding. When trying to run/debug, I get the following message:Target no device foundError in initializing ST-LINK device.Reason: No device found on target.Besides that, LED6 and LED4 are red.How can it be fixed? Is t...
It is written in the STM32U575/585 reference manual (see below) that the data is sent to the external device over the SO(IO0) signal and that The data received from the external device arrives via SI(IO1). Now, SO is known as Slave Out but here it i...
Kudos from