-
#### Description
I have access to two STM32 Nucleo boards (nucleo-f303ze and nucleo-f767zi) both do not have their external crystals populated (X3). Instead the HSE is provided by the on board stli…
-
Hope STM32 series would be supported soon, the current kits are too expensive for students.. Thanks for great works!
-
It seems that when a hangup is called from GUI some skbufs locked in PJSIP sockets.
PJSIP has own working thread GUI has own. Current implementation is following
```
void demo_pj_hang(void) {
pjs…
-
Etienne Cochard suggests these changes, to assosiate data with a connection
1. Add field to struct
struct http_client
{
uint16_t connectionID;
struct pico_socket _sck;
void *buffer;
…
-
I am not sure is it right place to ask this so my apologies at the beginning. I want know who is working on CMSIS.packs which could be downloaded in Keil?
I have a question about CMSIS emac driver fo…
-
Hi,
I cannot make it work under STM32F769, perhaps the unlocking sequence.
```
void DWT_Init(void)
{
if (!(CoreDebug->DEMCR & CoreDebug_DEMCR_TRCENA_Msk)) {
CoreDebug->DEMCR |= Cor…
-
### Bug Description
I am compiling Marlin for a STM32F7 board. I am trying to add a led strip for better lighting of the print.
When I activate the feature, the led strip is, at best, at half …
-
Type: Bug Report
**Description**
In AzureRTOS, when calling either tx_thread_priority_change or tx_thread_sleep the RTOS Viewer stops being able to get thread information, instead showing "An erro…
-
This will possibly increase the performance of our applications (pjsip, opencv, etc.). In stm32 cube you can search for `CPU_CACHE_Enable`. But enabling of these caches may lead to instruction and dat…
-
Quoting @adamgreig
> if the dcache was enabled for the region the descriptor (or buffer) is in, it would need cleaning at this point (and the buffers would need invalidating on packet reception). Be…