1. Packs
  2. AC7840x_DFP

Change Log

Version 3.0.3: Dec. 20, 2023

Get Pack
      Update wdg_hw.h
	  - Change WDG lock status read function to macro funtion, decrease the excute time after unlock cause it may exceed the configurable time limit of WDG after compile in some compiler like Eclipse.
	  Update uart_drv.c
	  - Don't disable FIFO after receiving an error callback
	  Update ac7840x/startup/debugout_ac7840x.c
	  - fix arm clang compile error.
	  Update spi_slave_drv.c
	  - Because the SRAM L region restricts the use of DMA, the local variables of the buffer are not used when the slave is transmitted
	  Update can_hw.h can_hw.c
	  - Fix the problem that the CAN driver causes the STB to send multiple frames

Version 3.0.2: Nov. 10, 2023

Get Pack
      Add EEP module.

Version 3.0.1: Nov. 3, 2023

Get Pack
      ES3 release, SPM add standby mode.

Version 2.0.5: Sept. 8, 2023

Get Pack
      Update inc/uart_drv.h src/uart/uart_drv.c src/uart/uart_hw.h src/uart/uart_hw.c
      - Add UART interrupt: UART_INT_IDLE_LINE
      Update src/cse/cse_hw.h
      - Fix CSE CMAC calculate bug when length more than 112 byte

Version 2.0.4: Aug. 9, 2023

Get Pack
      Update spm_drv.c
      - Solving the problem of high sleep energy consumption when enabling XOSC+PLL
      Update AC7840X_P1024KB.FLM
      - Fix the issue of verification failure when downloading programs using J-Flash

Version 2.0.3: June 21, 2023

Get Pack
      Update ckgen_drv/uart_drv.c
      - Optimize code

Version 2.0.2: June 7, 2023

Get Pack
      Update eio_drv
      - Optimize code

Version 2.0.1: April 26, 2023

Get Pack
      Update dma_drv.c
      - Restrict SRAM only SRAM_U
      update eio_i2c_drv.c/eio_i2s_drv.c/eio_spi_drv.c/spi_master_drv.c/spi_slave_drv.c/uart_drv.c/adc_drv
      - Add DMA return value judgment

Version 2.0.0: March 29, 2023

Get Pack
      Optimize some code

Version 1.1.0: March 17, 2023

Get Pack
      Updated uart_drv.c/uart_drv.h file
      - Optimize uart dma operation code
      Updated eio_i2s_drv.c/eio_hw.h file
      - Change some variable names
      Updated dma_drv.c file
      - Optimize dma clock operation code
      update ckgen_drv.c/ckgen_hw.c/uart_hw/eep_drv.c file
      - Fix IAR build waing and code ruler
      update pwm_common.c file
      - Optimize pwm combined mode operation code
      update spm_drv.c/adc_drv.c/system_ac7840x.h file
      - remove misa warning
      update svd file
      - remove some warning

Version 1.0.2: Feb. 21, 2023

Get Pack
      Updated uart_drv.c/uart_drv.h file
      - Optimize uart dma operation code
      Updated eep_drv.c file
      - Optimize eeprom operation code

Version 1.0.1: Jan. 13, 2023

Get Pack
      Updated eio_i2s_drv/eio_i2c_drv file
      - Some variable adds eio prefix
      - Optimize eio i2s operation code
      Updated flash_drv.c file
      - Optimize flash operation code
      Updated spi_master.c file
      - Used the right clock value
      Add eep driver code file

Version 1.0.0: Dec. 9, 2022

Get Pack
      First Release version of AC7840x Device Family Pack.