2022-01-24 02:12 AM
please provide the link and document.@Agnieszka Stawiarska @Salvo @Salvo @Sebastien DENOUAL @Salvatore DI SALVO @Community member
2022-01-24 02:19 AM
HI @Nikhil Gayke ,
I would advise to install at first BlueNRG-LP SDK : https://www.st.com/content/st_com_cx/en/products/embedded-software/evaluation-tool-software/stsw-bnrglp-dk.html
You can start at first by launching Navigator tools which allow to browse package and code examples in a user friendly way.
In SDK package, there is also a full documentation with links to different Application notes, Datasheet, schematics, ..... as well as code examples description.
Hope it helps !
Regards,
Sebastien.
2022-04-29 05:14 AM
Hi @Sebastien DENOUAL , is it available the Cubemx pack for this board?
Thanks in advance
2022-04-29 08:23 AM
Hi @Mario ,
No, CubeMX is dedicated to STM32 family and do not support BleuNRG-LP currently.
Anyway, there are some alternative for BlueNRG family's that are presented in this thread : CubeMX for BlueNRG LP (st.com)
Regards,
Sebastien.
2022-04-29 08:40 AM
@Sebastien DENOUAL Many thanks for your quickly answer. I already tested some project with wise studio and have some issue to debug them: Error connecting DP: cannot read IDR... So I decided to start step by step from the skeleton. Any advice?
2022-04-29 08:58 AM
Hi Mario,
This might be link to low power and sleep mode management.
Indeed, if SleepMode is activated on your device, you can not attached CMSIS debug probe.
To make sure cortex-MO of BleuNRG-LP is activated :
At this level, you should be able to flash and debug.
Of course during development/evaluation phase, you can deactivate sleep mode by cmmenting call to HAL_PWR_MNGR_Request() in main loop.
Regards,
Sebastien.
2022-05-03 04:17 AM
@Sebastien DENOUAL Many thanks, your solution work for me. I'd like to take advantage of your kindness to ask you another question...Is the STSW-BNRGLP-Mesh example here available for Wise Studio toolchain? If not, can you give me some guidance on how to convert it for wise?
Thanks in advance
2022-05-03 04:43 AM
Hi @Mario ,
Thanks for feedback.
About this mesh package, Wise is not supported as of today (I didn't check if this package is fully compliant with arm-gcc).
Hence, I would advise to use KEIL IDE for which a free license is available :
> https://www2.keil.com/stmicroelectronics-stm32/mdk
Regards,
Sebastien.
2022-05-21 08:51 AM
@Sebastien DENOUAL Many thanks...
I have another problem: Cannot see any printf in the debug viewer. I'm using Keil and selected CMSIS-DAP as debugger but in the trace setting the option "Trace enable" is gray, so i cannot enable it. by some searching i found that the CMSIS-DAP version has to be at least 1.1 to enable tracing. I have the v1... How to upgrade it?