User Activity

I am trying to flash a STM32H735IGK6U using st-flash: st-flash --debug --reset write $(RSLT).bin 0x8000000I get below error here and there, What causes this? If I do st-flash reset and then st-flash erase it works fine again. Programmer/board type: S...
Hi, I tried the Hello World application on Cortex-A7, I want to try linking my custom application library in this example. Can I do that?I changed the print_hello function and calling another function from my custom library.I tried linking custom lib...
Hi, I recently got this board and learning about it. My demo application will be for Cortex-A7 core with linux.I need to make application which takes input from user say I have Menu with 5 choices and user can provide the choice number. How can I con...