Releases: Infineon/csdadc
Releases · Infineon/csdadc
CSDADC Middleware 2.10.0 Release
New in this release:
- Added the support of PSoC™ 4 CAPSENSE™ Forth Generation devices
Known Issues
Problem | Workaround |
---|---|
GPIO simultaneous operation with unrestricted strength and frequency creates noise that can affect CSDADC operation | Refer to the errata section of the device datasheet for details |
Defect Fixes
- Improved input parameters check in the Cy_CSDADC_StartConvert() function
See the RELEASE.md file for known issues and links to other resources.
CSDADC Middleware 2.0 Release
New in this release:
- Updated CSDADC configuration structure to be aligned with the list of parameters in ModusToolbox CSD personality
- After conversion, the ADC channel is still connected to the CSD HW block, and disconnected only prior to new channel connection
- Added the CY_CSDADC_NO_CHANNEL macro
- Added the errata section
Known Issues
Problem | Workaround |
---|---|
GPIO simultaneous operation with unrestricted strength and frequency creates noise that can affect CSDADC operation | Refer to the errata section of the device datasheet for details |
Defect Fixes
- Fixing a compilation error for non CSDADC-capable devices: CSDADC MW sources are enclosed with the conditional compilation
- Added a cpuClk field to the CSDADC configuration structure
- Changed the Cy_CSDADC_StartConvert() and Cy_CSDADC_InterruptHandler() functions prototype
- Renamed function Cy_CSDADC_ConversionStatus() to Cy_CSDADC_GetConversionStatus()
See the RELEASE.md file for known issues and links to other resources.
CSDADC Middleware 1.0.1 Release
Initial commit of CSDADC middleware.