32
Released TypeD R|S SDK 1.2.0
New Features 🚀
- Added support for new hardware modules
- Improved communication protocols
- New UI components library
Documentation Updates 📚
Now you can find detailed information about:
- Hardware initialization
- Communication setup
- Error handling
Code Example
// Initialize new module
TD_ModuleConfig config = {
.mode = TD_MODE_MASTER,
.speed = 115200,
.protocol = TD_PROTO_V2
};
TD_Module_Init(&config);
Images and Diagrams
Here's our updated architecture diagram:

Important Notes ⚠ ️
Please make sure to update your existing projects to maintain compatibility with the new version.
Installation
- Download latest DFP
- Update Keil configuration
- Rebuild your project
Links
For technical support, contact us on Discord or create an issue in GitLab.