User Activity

Hello,I am working with stm32mp157c-dk2I have read the GPIO related parts in documents and wiki. I have also used GPIO from M4 side.Are the following statements correct ?Discovery board STM32MP157C-DK2 has two types of GPIOs connector:GPIO 40 pins co...
Hi, Can anyone give me possible application use cases that Direct Memory Access (DMA) is needed or has advantages to use for stm32mp157c?Or any document that explains possible application use cases ?tnx
Hello,I am running example "OpenAMP_TTY_echo" on the board "stm32mp157c-dk2"I have modified the code a little bit so that channel0 (uart0) doesn't have to wait for a massage from linux side and transmit message every half second. It is sending the me...
I am trying to debug my M4 program on systemworkbench (eclipse) for the board stm32mp157c-dk2 and the host computer is ubuntu. I have set breakpoints in normal flow and also in exceptional flows in the program. Program works very well in debug and I ...
Hi,In my M4 program within while loop, I have made a for loop which iterates infinitely for 0.75 seconds like this but didnt work at all. I used time.h for that. Are we allowed to make this kind of loop within the while loop in M4 program ?Do you hav...