-
**Describe the bug**
I modified the zephyr/samples/boards/stm32/power_mgmt/stm32wb_ble/src/main.c file and I changed "pure" call to pm_power_state_force for sometihing to allow visually detect proble…
-
Is it possible to set manually the port to be used by gdbserver when using servertype of "stlink" ?
When working with the STM32WL55 dual core, I need to set one gdbserver to some value (like 61234), …
-
**Describe the bug**
For STM32L4 and STM32G0 stm32_power_init is executed in POST_KERNEL.
**Expected behavior**
For STM32L4 and STM32G0 stm32_power_init should be executed in PRE_KERNEL_1.
**I…
-
**_Reported by Geoff Gustafson:_**
Sorry if there's already been a request for this, I couldn't find it.
**Use case 1:**
I'd hope it would be possible to have a bt_disable function? For a singl…
-
In using the official p2p routine, the binding inside is performed after the connection, and the effect I want is to bind or pair and then connect, how to achieve it?
-
CNT is _either_ a 32bit register, _or_ 31bits plus a single flag for UIFCPY.
The current SVD produces the flag bit, and then "cnt_h (15bit)" and "cnt_l (16bit)" which is... unhelpful.
Can we mak…
karlp updated
3 years ago
-
I don't know the most correct path forwards to get this resolved, but the STM32WB and L4 disagree over the naming of one of the EXTI interrupts. As the WB is an L4 with a radio, it would be nice if t…
karlp updated
3 years ago
-
I am trying to use micropython with STM32WB55CE (512KB flash). Although I created a custom stm32wb55xe.ld with the following settings:
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 432K /* se…
mtk11 updated
3 years ago
-
**Is your feature request related to a problem? Please describe.**
It will be very useful if CPU2 in STM32WB5x will also use low power modes ()STOP0, STOP1, STOP2) in similar fashion as it is impleme…
-
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…