I have been using the ST-Link Utility for years to program a variety of boards. Today, I thought I'd give the new STM32CubeProgrammer a try - but it doesn't seem to work for me.The first difference I see in the logs is the line: "Debug in Low Power m...
I've been asked to modify a device that uses a STMF103 on a J1939 CAN Bus to use ISO 11992. According to Wikipedia, this protocol is "similar to SAE J1939".Does anyone have experience with this protocol? And can the STMF103 be made to support it?Th...
I'm using STM32CubeMX to develop an app for the STM32F030. I've done this many times and thought I understood the various issues - but I'm having a hell of a time getting a basic timer (TIM6) to run (interrupt-driven).The generated init code is: ht...
In projects I've done with other STM32 MCUs, STM32CubeIDE allowed me to control the sampling time for individual ADC channels. However, with a new project (using a STM32F373C8Tx), I don't see where this option can be set.
I created a new project using STM32CubeIDE and encountered a strange problem with the folder structure.The project ended up with "Src" and "Inc" folders off the project's root folder. But it also generated a "Core" folder - with "Inc" underneath tha...
The last two responses do not seem relevant to my question. It's my fault for using the subject I did.The problem I am reporting is that the STM32CubeProgrammer does not program my boards at all while the older STM32 ST-LINK Utility works fine.I men...
Thanks for the response. Yes, this problem exists consistently on multiple boards. I've not been able to use the STM32CubeProgrammer to successfully program any of my boards.Meanwhile, the STM32 ST-LINK Utility (v4.6.0.0) works all the time.I will ...
I migrated my project to use SMT32CubeIDE and it seems to be working now.Before, I was using STM32CubeMX along with Keil uVision.I can't explain it, but I'm going to chalk it up to some obscure bug and move on.Thanks for all the responses!