Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Release notes

Page Properties

Status

Status
colourYellow
titlePRE-RELEASE

Date

...

2024-

...

03-

...

08

Summary

APP-CPU drivers for e.g. UART, SPI, I2C, etc. ...

...

Show if
groupIds5c8e255d-44a5-4d8a-9522-2c215d591fb7,dec4404a-9b8e-49b1-8a2b-a041f9f626ea
users
matchUsingany

...

Hidden Data for Product DVDs. In case of questions, contact Product Management.

Latest Release

netX Peripheral Driver

Latest Release

...

2024-

...

03-

...

08

Latest Release

falsefalsefalse

...

false

...

label = "current-released-version" and space = currentSpace ( )

...

Controller

netX 90

Status

...

PRE-RELEASEYellow

Panel
bgColor#FFFFFF
titleAvailability

Controller

netX 10

netX 50

netX 51

netX 52

netX 90

netX 100

netX 500

Status

(error)

(error)

(error)

(error)

(tick)

(error)

(error)

Panel
titleDocumentation

Document Type

Title

Contents


Driver API
HTML files

netX Peripheral Driver API Manual

Description of the netX Peripheral Driver API

The documentation is included in the driver package.
Open the start page Doc/html/index.html with a web browser.

Panel
titleChangelog

Version |       Date      |  Who  | Description
---------|--------------|------|---|--------------------------------
V0.1.5.0 | 2024-02-20 | DM | enhancements and bug-fixes
V0.1.4.0 | 2023-06-27 | EB | enhancements and bug-fixes
V0.1.3.0 | 2022-02-09 | EB | Versioning, usage for 'Template'
V0.1.2.0 | 2022-01-28 | JZ | Versioning
V0.1.0.3 | 2020-11-06 | AGR | SPI and I2C
V0.1.0.2 | 2020-09-28 | AGR | GCC Note
V0.1.0.1 | 2020-09-28 | AGR | Versioning
V0.1.1.0 | 2020-09-22 | AGR | Versioning
V0.1.0.0 | 2020-09-07 | AGR | NAE, MCP and FPU
V0.0.5.0 | 2019-12-17 | AGR | Header changes
V0.0.4.10 | 2019-12-16 | AGR | XPIC Hotfix
V0.0.4.9 | 2019-12-05 | AGR | SPI and UART Hotfix
V0.0.4.8 | 2019-10-07 | AGR | CMSIS Temperature Support
V0.0.4.7 | 2019-05-14 | AGR | CMSIS Template ld
V0.0.4.6 | 2019-05-02 | AGR | TIM Hotfix
V0.0.4.5 | 2019-04-25 | AGR | Info Page Fix
V0.0.4.4 | 2019-04-17 | AGR | Production Tested Chips
V0.0.4.3 | 2018-12-18 | AGR | End of year
V0.0.4.2 | 2018-11-22 | AGR | Trading Show Beta

### V0.0.4.1 | 2018-11-15 | AGR | First Hotfix Round
V0.0.4.0 | 2018-11-13 | AGR | Final Silicon Pre-Beta
V0.0.3.0 | 2018-07-20 | AGR | DMA Pre-Beta
V0.0.2.0 | 2018-03-01 | AGR | CAN Pre-Beta
V0.0.1.0 | 2018-01-26 | AGR | Pre-Beta
V0.0.0.3564 | 2018-01-16 | AGR | Alpha
V0.0.0.3452 | 2017-11-06 | AGR | Pre-Alpha
### V0.1.4.0 Versioning, some enhancements due requests
- DRV_LOCK/'DRV_UNLOCK' introduced different solution for these macros 'as new default'
in 'netx_drv_conf.h', 'netx_drv.h', not using LDREX/STREX instructions
Note: these macros are used/included by 'all drivers'
- ADC changed config data type of DMA Base Address
- ADC fixed wrong check for selected sequencer in DRV_ADC_Start
- TIMER fixed DRV_TIM_Init not returning DRV_NSUPP when DMA mode is selected
- DIO fixed bug in DRV_DIO_ChannelSetMode where reconfiguring of GPIO capture mode did not work
- CMSIS added feature 'using .5.0

** Bug

  • ptTim->ulSubID

  • SPI RefillLevel

  • SPI device in IRQ mode stuck with DRV_BUSY when sending small amount of data with low SPI frequencies

  • DIO - Reconfiguration of the GPIO capture mode with DRV_DIO_ChannelSetMode does not work correctly

  • I2C - Watermark issue when receiving data as a slave

  • UART - DRV_UART_ABORT not working correctly in DMA mode

  • Implement writing of ADC Sequencer command register once per job with all parameters

  • UART - Transmission does not work properly when watermark level is 1 in DMA mode

  • UART - ullFrameStartTick for timeout is not reset in DRV_UART_GetChar and DRV_UART_PutChar

  • Problem when using a SQI interface from app side in standard SPI full-duplex mode

  • SQI Chip Select hardware mode issue

  • Function DRV_I2C_Abort() returns only negative result

  • DRV_I2C_MasterReceive() function is no more useable if returns with timeout in polling mode

** New Feature

  • Test SPI slave functionality in SQI capable SPI driver

  • Uart driver: add support to 6.25M baudrate

  • Trimmed ADC_VREF for low-level driver of temperature sensor

'

### V0.1.3.0 Versioning, note on some driver-code
- ADC added more description-text in .c and .h file
- SPI introduced a fix for getting SQI-Mode 'using DMA' working

### V0.1.2.0 Versioning
- version with updated wscript

### V0.1.0.3 SPI and I2C
- SPI fixed size correction
- I2C missing clr added
- DMAC added the falsely removed align. Note does still not disapear.

### V0.1.0.2 GCC Note
- DMAC Another approach to the note regarding packed bit-fields in gcc 4.4 increased the amount of notes, so it was reverted again

### V0.1.1.0 Versioning
- Tagged the wrong version

### V0.1.0.0 NAE, MCP and FPU
- CMSIS FPU support added
- CMSIS NAE in linker scripts is correctly placed now
- CMSIS License of linker scripts has changed
- WAF modified configuration struct
- DMAC abort now disables the device before waiting for the active flag to go down
- I2C Refill Level was added
- I2C Clear is now functional
- I2C get state now copes with missing state parameter
- SPI Abort now also for polling mode
- SPI Refill Level was added
- SPI added assert
- SPI fixed size correction
- UART Abort fixed
  • In function DRV_ADC_Start() wrong check for selected sequencer

** Change

  • UART Baud Rate Mode Calculation

  • netX 90 regdef update due to ADC register description

  • Change ADC software default value for tt_add to 10

Panel
bgColor#FFFFFF
titleRestrictions
  • untested version

  • documentation incomplete

Show if
user63ea64b2601ad5efa511c23b

Changes in this version

From JIRA


Reihenfolge: type, key, summary

Known Issues

Hilscher Tickettype,key,summary,fixVersion,status,resolutionproject=PSECM and affectedVersion="V3.0.9" and level in ("Public", "External") ORDER BY type652f1763-f45a-3496-b650-0d5d39d72b0f

Reihenfolge: type, key, summary, fixversion, status, resolution

...