User Activity

Hi all!I'm creating a pack using the Pack Creator. My pack uses a BSP template. I've tried creating projects using the pack for a selection of boards. In all cases bar the H5 the pack template successfully creates the right #include for the platform ...
Hi all!Thanks again for the help so far.Just another question, is it possible (or normal?) when creating a pack to have it insert snippets of code into main.c just like the code snippets that get inserted by the cube when you change peripherals etc? ...
Hi all.Working with the Pack Creator I know I can create a header file that contains defines that are editable in the CubeMX view.I'd like to know if it's possible to have a pack that places defines in the project settings instead of a header file? 
Hi all.Am working with the STM32H573-DK, trying to get the ethernet connection working with FreeRTOS & LWIP over DHCP.I can see with Wireshark that it's sending the DHCP discover out ok & the DHCP server is responding with an offer but the code seems...