How to access hardware peripheral handles in `app_threadx.c` and other files
Hi,How would one go about giving access to hardware handles in source files other than `main.c`? For instance, the ADC state is stored in a struct called `hadc3` in `main.c`, without an access modifier. I would assume that this is extern by default, ...