-
Hi,
I would like to unlock/erase locked **STM32L0**. When I call a standard erase, it doesn't work. However, when I run for example J-Flash Lite and select erase chip, it reliably deletes everything…
witc updated
10 months ago
-
how can i display the temperature value via uart on stm32l010k8t6 please help thanks
-
Hey, first of all: thanks a lot for your work. :-)
I just want to ask if you can guide me in the right direction to migrate the HID bootloader to STM32L0 devices (in my case the STM32L053R8T6TR)? I'm…
-
Running SPI at hundreds of KHz or higher rates on STM32L0 with default clock looses the first one or two bytes of communication. Some debugging of this indicates the issue is related to the time takin…
utzig updated
2 years ago
-
In CubeMX2Makefile.py, flags for STM32L0 should be
-mcpu=cortex-m0plus -mthumb -mfloat-abi=soft -specs=nosys.specs -specs=nano.specs
-
It would be nice, if one could pre-install some SVDs bundles as part of the package installation with PIP such that you could install `cmsis-svd[stm]` if you regularly use MCUs by ST Micro and thus ha…
BenBE updated
1 month ago
-
I am getting this error when i try to connect my STM32L0 discovery board
Log:
Searching Device...
ST Link V2 / Nucleo not found or unable to access it.
Did you install the udev rules ?
USB erro…
-
Hi there. I am having an issue using a B-L072Z-LRWAN1 board and wanted to use PA12 as an output pin. I have checked variant cpp and added (in the digital block - position 3) the line:
` { GPIOA, ST…
-
我用的是STM32L071KB,发现擦除内部flash之后,不是全FF,而是全0
这种情况会造成初始化的时候Section头保留部分会被写为FF,再次修改Section头的时候,修改不成功
最终不能正常存储KV键值对
-
Is there support to get the l072cz into sleep (also to read the vdd and temperature)?
https://github.com/GrumpyOldPizza/ArduinoCore-stm32l0/tree/master/libraries/STM32L0
has this support, but I ca…