Hi,I'm using a STM32WB55RG Nucleo and STM32WB55 USB Dongle. I programmed the nucleo as FTD and write 2 sources and programmed the usb as MTD and write 2 sources that exactly the same with FTD. I'm trying to send coap messages from FTD to MTD so this ...
Hi,I'm trying to use usb device of my STM32WB55RG Nucleo board but when I connect my device to computer, I got a "USB Device not recognized" error. I used "LL_HSEM_1StepLock( HSEM, 5 )" function before APPE init. How can i get rid of this error?Best ...
Hi,I'm trying to make a thread project. I create my project properly and wrote just multicast coap codes but when I run my code on the board, it get error. I follow my code and I found this function "otInstanceErasePersistentInfo()" returns "OT_ERROR...
Hi,I'm trying to debug new thread ftd project. You can find my settings below: - HSEM
- IPCC
- RCC -> HSE/LSE
- SYS -> Serial wire
- RTC
- LPUART1 & LPUART1 DMA
- USART1 & USART1 DMA
- RF
- STM32_WPAN as a THREAD When I debug it, It gives me a li...
Hi @Ouadi ,What is the role of your Thread device ? Is it an MTD or FTD ?I'm using FTD in my device.Which binary have you used to flash the wireless coprocessor (version) ?I'm currently using v1.18.0.Do you use a custom HW board or a development kit ...
Hi @Ouadi ,Thank you for your support. I looked your code and applied in my project but I didn't work for me. I don't know why but when I call the update function my device freeze instantly. It cannot get any command or send anything just freezing. I...
Hi @Ouadi ,The program does not go into a Hard-fault error. I tracked the program and it follows this:otLinkSetChannel(NULL,channelNB) -> Pre_OtCmdProcessing() -> UTIL_SEQ_WaitEvt(EVENT_SYNCHRO_BYPASS_IDLE)and stuck in the last function.I read the do...
Hi @Ouadi ,When you say the app fails using this new config, you mean that the new parameters are not set correctly and functions returns error ? Can you describe the failure ? The functions don't return error. When it comes to the first function, fo...