Hello, I try to transmit data via I2C bus using LL drivers, but it doesn't work properly. No data is transfered properly.Here is my I2C initialisation generated with CubeMX: LL_I2C_InitTypeDef I2C_InitStruct = {0};
LL_GPIO_InitTypeDef GPIO_Init...
I wanted to try it once more again and STM32CubeIDE can't upload anything and shows me a message it can't connect to target MCU. What should it mean? How can it go broken??? I am very disappointed, nothing connected and MCU is out now. Are you really...
Hello. Probably I have a solution for this problem. The reason for this behavior is incorrect initialization of the SysTick timer in the port file for the Cortex-M0. It doesn't reset the SysTick Current Value Register despite the fact that its value ...
Hello, do you have any solution for your problem?I have exactly the same problem, the first tx_thread_sleep needs about 350ms to execute regardless of the sleep time.Regards, Alex
Hello, I have finally solved it!PWR_DIRECT_SMPS_SUPPLY with Power Regulator Voltage Scale 0 option has helped. Now it also works after disconnecting and reconnecting the board.Thank you for your hints!
It doesn't help anyway, after disconnecting the board it stays frozen.And I haven't even added a string of code after generating the project from the Cube settings.