Hi, I am currently looking at how to enable a GPIO pin on the M4 with the MP157A-DK1 kit. In the datasheet it is unclear to me how I can assign the gpio pin specifically to one of the two processors (A7 or M4) or is this not necessary?Thanks, Rens
Hi Patrick, I managed to get the GPIO pin working, however there are still some things unclear to me. I wanted to test the maximal speed for a pintoggle using C code. without code optimization using the following code: uint32_t pin11 = (uint32_t) GP...
Hi Patrick, Thanks for your quick reply. For my use case it's preferable to work without CubeMx. I currently managed to get the IO pin to toggle via the M4. For this I did not have to do anything besides running my program on the M4. How is the multi...