Let's brainstorm.Since many friends have received the board, why don't we learn it together? There is strength in numbers. Let's see what you think? :)...
Some netizens have been worried about whether MicroPython runs fast enough and whether its performance is not good enough. So I did a small test, using Python to calculate factorials to see how fast i...
I used the Flash_API library function provided by TI to program data into the on-chip Flash of F28335 on the SEED_DEC28335 development board of Hezhongda. I encountered many problems. First of all, I ...
小弟去下載USB的3.3.0的資料庫,裡面有EVAL的Virtual COM Port程式,想要一直到我的板子上,對照了電路圖,小弟的板子不是市面上的開發板,用的IC是STM32F102R8,USB的PULL UP控制是在PB9,照原本的是設定在platform_config.h裡設定是PD9,把它修改成PB9後變成一直在卡在USB中斷那邊,後來追到stm3210b_eval.h裡的PB9有重複定...