Hi, if anyone have any suggession or recommandation for me to recover/improve my embedded knowledge. Please share with me. Many thanks!
Thanks for your quick reply. I will try. I also have a concern that I'm an embedded engineer for 4 years in automotive industry. I'm working with NFC project, but I realize that with the specific job my knowledge of embedded, automative is gradually fading. So, I come to the Quantumleaps and I’m hoping to rebuild and expand my skills to be ready for new job opportunities. If you have any suggession or recommendation I should learn/do I would appreciate that so much. Thanks.
Hi all, I just started to read the Practical UML Statecharts in C/C++, 2nd book, I try to run the Fly 'n' Shoot game on my PC. But I can not see the executable game.exe in the qpc directory. Do I need to build something before getting the executable file? I'm using win 11. Thanks
Hi all, I just started to read the Practical UML Statecharts in C/C++, 2nd book, I try to run the Fly 'n' Shoot game on my PC. But I can not see the executable game.exe in the qpc directory. Do I need to build something before getting the executable file?
I run doxygen with my configuration .dat file. I set: ALIASES += unique_id="\par UNIQUE ID\n". and get the the xml output contains: <simplesect kind="par"><title>UNIQUE ID</title><para>test_case1</para></simplesect> But some my team member from different country need to change the configuration file to: ALIASES += unique_id="\par UNIQUE ID^^" to get the same xml output. For my side, if I use "^^" I will not get the xml result like above. It's just: <simplesect kind="par"><title>UNIQUE ID^^ test_case1</title><para></para></simplesect>....
Hi, I want to bring the embedded program to run on the PC (Window), it maybe is built into a DLL file. How can I do it or does anyone have the documentation that I can refer to ? Thank you
I have a program that run on embedded board. Then I want to migrate my code to run PC directly. ( maybe I need to stub the function related to registers). Can I have some guides for doing that ? What steps should I follow or what points do I need consider?
I have a program that run on PC. Then I want to migrate my code to run PC directly. ( maybe I need to stub the function related to registers) What steps should I follow or What points do I need consider?