-
I'm turning back to blackmagic again cause I'm in need to do some programming .
Don't know if I made a mistake, but I did a
` git clone https://github.com/blackmagic-debug/blackmagic.git`
and…
-
- Programmer/board type: STLINK V3 set
- Operating system an version: raspberry pi OS buster
- **stlink tools version** and/or git commit hash: 1.7.0-4-gdb9219b
- stlink commandline tool name: st-f…
-
sw ver: 1.7.1
hw ver: 2.1e
device: STM32L031F6
With SRST disabled (mon con d), the device is correctly identified (mon s) as STM32L0x M0+ but am unable to attach (mon s)
With SRST enabled (mon c…
-
I've been debugging SPI v2 + BDMA for a while now, and I'm raising this issue both as a flag that something might be wrong with the DMA impl and as a generic issue. The application in particular is th…
-
The last release was in March, since then [quite a few things were changed](https://github.com/stm32-rs/stm32l0xx-hal/blob/master/CHANGELOG.md). How about a new release? @hannobraun I think you tagged…
dbrgn updated
3 years ago
-
@akash73
I am having troubles getting my 3 Lora Vision Shields working in North America.
Any code or suggestions would be appreciated but I think my biggest issue is my gateways are not stable. (…
-
drv_usart.c
```
static int stm32_getc(struct rt_serial_device *serial)
{
int ch;
struct stm32_uart *uart;
RT_ASSERT(serial != RT_NULL);
uart = rt_container_of(serial, struct s…
-
adc-board.c AdcMcuReadChannel function uses HAL's low level __HAL_ADC_ENABLE macro function to enable the ADC and follows to immediately use it. I was having problems, after some debugging I found out…
-
v4.0.4 已经发布了,所以我们开始筹备下个版本的发布了,下个版本按计划是一个次版本的更新,将会包含更多的新特性。
如果您也有一些功能想法或对当前计划的看法,请发表评论。
v4.0.4 has been released, so we have started to prepare for the release of the next version. The next versi…
-
When using this example on an STM32L071CB:
https://github.com/STMicroelectronics/STM32CubeL0/blob/master/Projects/NUCLEO-L073RZ/Examples/PWR/PWR_STOP/Src/system_stm32l0xx.c#L140-L141
I noticed t…