User Activity

hii Use stm32f107RC and lan8720.when MX_ETH_Init(); function run i got Hard Fault in This line:How can I solve this problem?
helloi use cubemx6 and iari create project with touchgfx in cubemx 6 and generate code in touchgfx fileWhen I compile there, there are several errors if this was not the case in the previous version of cube (v5).how to resolve this?
helloi use Custom Keyboard application provided with the designer and I want to convert typed characters to strings and print this with touchgfx_printfhow to do this?
helloi want to use click listener for text areai add this function: void textareaClickHandler(const TextArea& b, const ClickEvent& e);and this : Callback<startupViewBase, const TextArea&, const ClickEvent&> textareaClickedCallback;to viewbase.hpp/***...
helloi want to used clicklistener and button callback.how to wrote this two callback in screenViewBase?screenViewBase::screenViewBase() : buttonCallback(this, &screenViewBase::buttonCallbackHandler) boxClickedCallback(this, &screenViewBase::boxClic...