IOsetting

Results 61 comments of IOsetting

Does this work with STC8H3K64S4?

I am working on another tool [stc8prog](https://github.com/IOsetting/stc8prog) for STC8G/STC8H flash programming.

Same issue with NeWiFi D2 ``` DISTRIB_ID='OpenWrt' DISTRIB_RELEASE='21.02.2' DISTRIB_REVISION='r16495-bf0c965af0' DISTRIB_TARGET='ramips/mt7621' DISTRIB_ARCH='mipsel_24kc' DISTRIB_DESCRIPTION='OpenWrt 21.02.2 r16495-bf0c965af0' DISTRIB_TAINTS='' ``` error ```bash root@OpenWrt:/tmp# opkg install v2ray-core-mini_4.44.0-1_mipsel_24kc.ipk Installing v2ray-core-mini (4.44.0-1) to root... Configuring v2ray-core-mini. root@OpenWrt:/tmp#...

Thank you for the bug report, I will add this fix.

Thank you for the report. The code should work as `__CODE ` macro will be translated to `code` in `__CX51__`, which is defined in fw_reg_base.h ```c #elif defined __CX51__ ......

The commit e2024f59fb70bef0d531be6a2b3c550f6a7a98e8 has fixed this issue.

Thanks for the report, there are quite some errors in fw_rcc.h. I have updated it accordingly. Please let me know if there are any other errors.

FwLib_STC8_helper.h looks nice, I will borrow some code if you don't mind :smile:

You can use `AIR_RCC_PLLConfig()` to change the system clock in the code. I just added a [demo](/IOsetting/air32f103-template/tree/master/Examples/NonFreeRTOS/RCC/RCC_PLLClockConfig). There is a problem in the demo that PLL >=17 will enable the...

I just did some tests on both AIR32F103CBT6 and AIR32F103CCT6, but I cannot reproduce the halts and resets. Are there any additional configurations in your code? The code I am...