Hello all,We are currently evaluating the bluetooth mesh implementation of ST integrated in our tools and in nucleo board.But right now, I'm facing a problem : the latency to send messages with the MOBLE_RESULT BluenrgMesh_SetRemotePublication(..)AP...
Is there any consensus about profiling tools around here?My team and I would like to track things like OS task sequences. I can not find that kind of tool with STM32CubeIDE.I know a little about Percepio traceanalyzer. Anyone using it?Thanks.
Posted on May 14, 2018 at 12:08Hello,We had an issue with the code generated for RCC on STM32F413RHT6 when the RTC module came into play. RCC was configured to use the LL library but the generated code has some problems. void SystemClock_Config(void...
Posted on May 03, 2018 at 17:31Hi,There is a bug when generating clock configuration with CubeMx on an STM32F413RHT.The SystemClock_Config is missing a line before changing the PWR register (clock is not enable) :void SystemClock_Config(void){ LL_F...
Thanks for the answer, even if it is late.The error was very generic, I do not remember exactly.But we had confirmation from ST that, yes, it is expected to have a low throughput with mesh. At that time, I did not know about hops.
Posted on May 04, 2018 at 14:02I do not know if I can disclose the circuit diagram for now but we will check those application notes and try to identify the cause of the fault.Thanks for the advices.
Posted on May 04, 2018 at 10:15Hello,The APB1 prescaler is set to 2. We use CubeMx to configure the clock and there are no highlights.The generated code:void SystemClock_Config(void){ RCC_OscInitTypeDef RCC_OscInitStruct; RCC_ClkInitTypeDef RCC_Cl...