Hello,I am using the system with below kernel version.Linux version 4.4.0-210-generic (buildd@lgw01-amd64-009) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.12) ) #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 I have installed STM32CubeIDE g...
Hi STM team,
We are using the stm32L476ZET6 microcontroller and developed our custom-embedded device, which operates on the backup battery (4.4V) as well as on an external constant DC (12V) supply. So far, we got good results for our business use...
Hello,Thank you for the clarification. I got it now. I have updated the STM32CubeIDE version to updated one and I'm able to resolve the issue. Thanks,Vidhi V.
Okay, I see. So what I understood is I have to choose the STM32CubeIDE version which has the STM32cubeMX as 6.8.1. to make it compatible with my project, is it? Thanks & Regards,Vidhi V.
Hello,Thank you for looking into it. Since the requirement of my project is to use a specific version of IDE (e.g. v1.11.0). I didn't go for upgrading the same. When I open the .ioc file created on this version, it shows me the below error.Does that ...
Okay. Thanks for simplifying.I understand what you said about HardFault. Speaking of which, if the MCU gets stuck (like an infinite loop) or a hard fault occurs (Like a crash) during the execution of business logic, I assume the STM HW watchdog will ...
Hi, Thank you for further clarifications.Can you please simplify this below sentence to understand what exactly you're trying to convey?> but it seems reasonable to either always or never disable IWDG in stop mode.Also in one of the instances, we've ...