Hello,I'd like to use the user template settings (CubeMX Project -> Project Manager -> Code Generator -> Template Settings) to add own files to the generated project, but unfortunately, it neither shows available templates from the (default) extra_te...
typedef enum
{
HAL_OK = 0x00U,
HAL_ERROR = 0x01U,
HAL_BUSY = 0x02U,
HAL_TIMEOUT = 0x03U,
} HAL_StatusTypeDef;This is the actual defintion of the HAL_StatusTypeDef. Other status codes are defined in other modules headers ...
Currently I'm trying to get CAN up and running on a STM32F469NIH6 based Board using the CubeMX libraries. Unfortunately, the documentation of the new HAL_CAN driver is very limited. I found an example in STM32Cube_FW_L4_V1.12.0\Projects\STM32L476G-EV...
SFRs View is missing register descriptions, because the column is missing and it is not possible to add it simply. The description shows up in the details view:
I SOLVED my problem with a workaround: I used xvfb to create a virtual X11 Display before executing CubeMX. This script helps to get it into background: https://gist.github.com/jterrace/2911875Unfortunately, generate the PDF doc is not part of the sc...
I have a very similar problem. As part of my CI process, I want to generate the documentation of a CubeMX project. Therefore, I installed CubeMX on my Jenkins host on command line, which worked like a charm, but when it comes to using CubeMX on comma...
Yes, both ends are terminated with 120 Ohms and I run with a ISO1050 Transceiver from Texas.Yes, there is another devices, that sends something when I switch the system on.I have some very old firmware running on that board (using the old ST Standard...