-
## Expected Behavior
After configuring library in sw4stm,clion can configure library by reading .cproject.which means lines below can work:
![image](https://user-images.githubusercontent.com/1130…
-
HAL is an "official" way to develop software for STM32 MCUs. It's supported by STM32CubeMX tool which is also an "official" tool from STMicroelectronics.
It would be really nice to have HAL support…
-
Hi Schildkroet!
Thank you for sharing your wonderful project.
Before, I tested GRBL with Arduino-Mega and successfully upload it.
And now I want to use GRBL on STM32 Board and found this proje…
-
## Expected Behavior
Latest CubeMX versions allow to select Makefile as a toolchain for code generation. Output is cleaner than SW4STM32 for the purposes of CLion import. Basically, only CMakeLists.t…
-
elmot updated
5 years ago
-
Hi Team,
I am trying to add mbetls on my application. And i am getting some memory error. Please look once.
Hardware IC - STM32F429Zi (https://www.st.com/en/microcontrollers-microprocessors/s…
-
Firstly, a BIG THANK YOU, for amazing utility. I've used it for my personal project (ex SW4STM project, generated by STM32CubeMX). I'm soooo happy to no longer be locked into Eclipse. Thanks.
#### …
-
Host machine is windows but the build happen on ubuntu (WSL). Debugger should use windows path to .elf file. Instead uses WSL path to .elf file.
## Expected Behavior
Debugger is running on windows…
-
## Expected Behavior
Ability to debug an app that does not begin at `0x08000000` but at `ORIGIN = 0x08008000` for example. (With `VECT_TAB_OFFSET = 0x8000`). It works fine in the command line (openoc…
-
I did exactly as described, while using a Nucleo F042k6.
My main while loop includes:
`HAL_Delay(500);
HAL_UART_Transmit(&huart2,(uint8_t*)"hello\r",7,10);
HAL_Delay(500);
char lol[32];
spri…