User Activity

Hi,I write some data to the 0x080A0000 (sector 5 )address which is not protected. I write the data and ı can read that data too. There is no problem with that. But if I comment out the line which writes to data to the flash and run the program. That ...
Hi,In my live expression, I see my unsigned variables go negative values. For example, when uint8_t type variable is 128 it shows as a -1, if 129 then -2. I don't understand what is wrong. I can see uint8_t in the type column in the live expression. ...
Hi,All the values that are lower than 1 are seen as 0 in the cubeIDE live expression debug screen. My variables are float as global. Any idea why ?Thank you.
Hi,In Cubemx configuration, there is no option in NVIC2 (which is an interrupt controller for M4 core) for enabling or disabling DMA global interrupt. There is an option for only the M7 core in NVIC1. Are there any ways to use DMA transfer complete o...
Hi,I am trying to send and receive the float variable between STM32H745 and my PC. I can only transmit and receive strings. Is it even possible to handle any type of data rather than string. Thank you.
Kudos from