-
When USE_FULL_ASSERT is enabled, STM32CubeMX generates this function in _main.c_:
`void assert_failed(char *file, uint32_t line)`
however the prototype in _stm32f0xx_hal_conf.h_ is:
`void ass…
-
Hi, I want to use this library to connect a microcontroller running mbed-os to a generic lwm2m server (e.g Leshan). Do you have any plan of making this library works with mbed-os? Thank you!
-
In my project I use STM32F207 chip so I branched https://github.com/ted-xp/stm32-cmake and extended it to support 0xx and 2xx. Some minor refactoring was done too.
The following contribution is plan…
-
Gentlemen, good day to you!
I am facing a problem with uploading long files using mbedTLS as a server.
I am making HTTPS server using mbedTLS (version 2.6.1) over lwIP (version 2.0.3) on STM32F4…
-
![image](https://user-images.githubusercontent.com/9523270/71361514-27d54380-25ce-11ea-85dd-b40d418dc038.png)
这是为什么呀,我使用stm32cubemx重新配置开启了usb fs功能和时钟,最后还有这个错误
-
**Heltec LoRa Node L151**
- features a STM32L151CCU6 + SX1276
==> initial support at https://github.com/fthiebolt/LoRa-boards-stm32duino
Bonjour Frederic,
After having added support to BSFran…
-
Hello and respect
If possible, share some code samples for sim800_V2. I have little experience with FreeRTOS and newbie in STM32. By the command that you said the library file was added to the code. …
-
is this only coding from vscode ?
it would be great if we could use it to run , compile and debug.
[this url](https://hbfsrobotics.com/blog/configuring-vs-code-arm-development-stm32cubemx) (Usi…
-
**Here is my question**
Is there a particular reason why this override of the xxx_hal_conf.h file exists in the Makefile Cflags of all the BSP examples? If a user isn't aware of its use, or assumes i…
-
I'm interfacing an SPI SD reader, since the SDIO examples won't compile. The **good** news is that I have TWO connected successfully on SPI1 and SPI3. The **bad** news is that I was only able to do th…