User Activity

Dear all.I've implemented a M3 and M4 program ( drive a iLi display and 485 port) now I'm porting it to the H5 (H562RGTX).One of the latest issue I'm facing is the jump from bootloader to application. In M3/M4 i used only LL, and the jump has no prob...
  Hello to everyone. I'm working on a display interface, changing from M3 -> M4 -> H5 CPUs. The issue appeared on all type(it's a HW issue?) At the beginning I can connect, debug, program and so on. Bt after some operation, I can't continue. I stil...
Hi to everybody.I'm struggling to figure out this issue: I got a "NMI_Handler" error...uint32_t *p = (uint32_t*)0x08080000UL; uint32_t val = *p; //here jump to NMI_HandlerIf I put the addr to 0x08070000UL (e.g.) no probelm.I'm using a STM32H562RGTX ...
Hi to everybody.I'm using H5 and FREE RTOS. I'm porting a project from M3 , than M4 now to H5. I used LL for all the periferals, but moving to HAL isn't a probelm (... but I prefer  LL!).On M3 and M4 I used a timers to "serve" the RTOS scheduler, the...
Hi to everybody. I've developed an application using FreeRTOS, under M3 Series.Then moved to M4 without probelms. In CubeMX I can add all the tasks, timers, Mutex and so on.Now I'm porting to H5 MCU, but the freertos disappear from CubeMX. I found th...