| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718 |
- /*
- * Copyright (c) 2006-2021, RT-Thread Development Team
- *
- * SPDX-License-Identifier: Apache-2.0
- *
- * Change Logs:
- * Date Author Notes
- * 2024-07-31 shelton first version
- * 2024-12-18 shelton add support f455/f456 and f457
- */
- #include "drv_common.h"
- #include "drv_hard_i2c.h"
- #include "drv_config.h"
- #include <string.h>
- #if defined(BSP_USING_HARD_I2C1) || defined(BSP_USING_HARD_I2C2) || \
- defined(BSP_USING_HARD_I2C3)
- //#define DRV_DEBUG
- #define LOG_TAG "drv.hwi2c"
- #include <drv_log.h>
- enum
- {
- #ifdef BSP_USING_HARD_I2C1
- I2C1_INDEX,
- #endif
- #ifdef BSP_USING_HARD_I2C2
- I2C2_INDEX,
- #endif
- #ifdef BSP_USING_HARD_I2C3
- I2C3_INDEX,
- #endif
- };
- static struct at32_i2c_handle i2c_handle[] = {
- #ifdef BSP_USING_HARD_I2C1
- I2C1_CONFIG,
- #endif
- #ifdef BSP_USING_HARD_I2C2
- I2C2_CONFIG,
- #endif
- #ifdef BSP_USING_HARD_I2C3
- I2C3_CONFIG,
- #endif
- };
- static struct at32_i2c i2cs[sizeof(i2c_handle) / sizeof(i2c_handle[0])] = {0};
- /* private rt-thread i2c ops function */
- static rt_ssize_t master_xfer(struct rt_i2c_bus_device *bus, struct rt_i2c_msg msgs[], rt_uint32_t num);
- static struct rt_i2c_bus_device_ops at32_i2c_ops =
- {
- master_xfer,
- RT_NULL,
- RT_NULL
- };
- static rt_err_t at32_i2c_configure(struct rt_i2c_bus_device *bus)
- {
- RT_ASSERT(RT_NULL != bus);
- struct at32_i2c *instance = rt_container_of(bus, struct at32_i2c, i2c_bus);
- at32_msp_i2c_init(instance->handle->i2c_x);
- #if defined (SOC_SERIES_AT32F403A) || defined (SOC_SERIES_AT32F407) || \
- defined (SOC_SERIES_AT32F413) || defined (SOC_SERIES_AT32F415) || \
- defined (SOC_SERIES_AT32F421) || defined (SOC_SERIES_AT32A403A)
- i2c_init(instance->handle->i2c_x, I2C_FSMODE_DUTY_2_1, instance->handle->timing);
- #endif
- #if defined (SOC_SERIES_AT32F402) || defined (SOC_SERIES_AT32F405) || \
- defined (SOC_SERIES_AT32F423) || defined (SOC_SERIES_AT32F425) || \
- defined (SOC_SERIES_AT32F435) || defined (SOC_SERIES_AT32F437) || \
- defined (SOC_SERIES_AT32A423) || defined (SOC_SERIES_AT32M412) || \
- defined (SOC_SERIES_AT32M416) || defined (SOC_SERIES_AT32F455) || \
- defined (SOC_SERIES_AT32F456) || defined (SOC_SERIES_AT32F457)
- i2c_init(instance->handle->i2c_x, 0x0F, instance->handle->timing);
- #endif
- i2c_own_address1_set(instance->handle->i2c_x, I2C_ADDRESS_MODE_7BIT, HWI2C_OWN_ADDRESS);
- nvic_irq_enable(instance->handle->ev_irqn, 0, 0);
- nvic_irq_enable(instance->handle->er_irqn, 0, 0);
- i2c_enable(instance->handle->i2c_x, TRUE);
- return RT_EOK;
- }
- static void i2c_dma_config(struct at32_i2c_handle *handle, rt_uint8_t *buffer, rt_uint32_t size)
- {
- struct dma_config *dma = RT_NULL;
- if(handle->comm.mode == I2C_DMA_MA_TX)
- {
- dma = handle->dma_tx;
- #if defined (SOC_SERIES_AT32F403A) || defined (SOC_SERIES_AT32F407) || \
- defined (SOC_SERIES_AT32F413) || defined (SOC_SERIES_AT32F415) || \
- defined (SOC_SERIES_AT32F421) || defined (SOC_SERIES_AT32A403A)
- dma->dma_channel->paddr = (rt_uint32_t)&(handle->i2c_x->dt);
- #endif
- #if defined (SOC_SERIES_AT32F402) || defined (SOC_SERIES_AT32F405) || \
- defined (SOC_SERIES_AT32F423) || defined (SOC_SERIES_AT32F425) || \
- defined (SOC_SERIES_AT32F435) || defined (SOC_SERIES_AT32F437) || \
- defined (SOC_SERIES_AT32A423) || defined (SOC_SERIES_AT32M412) || \
- defined (SOC_SERIES_AT32M416) || defined (SOC_SERIES_AT32F455) || \
- defined (SOC_SERIES_AT32F456) || defined (SOC_SERIES_AT32F457)
- dma->dma_channel->paddr = (rt_uint32_t)&(handle->i2c_x->txdt);
- #endif
- }
- else if(handle->comm.mode == I2C_DMA_MA_RX)
- {
- dma = handle->dma_rx;
- #if defined (SOC_SERIES_AT32F403A) || defined (SOC_SERIES_AT32F407) || \
- defined (SOC_SERIES_AT32F413) || defined (SOC_SERIES_AT32F415) || \
- defined (SOC_SERIES_AT32F421) || defined (SOC_SERIES_AT32A403A)
- dma->dma_channel->paddr = (rt_uint32_t)&(handle->i2c_x->dt);
- #endif
- #if defined (SOC_SERIES_AT32F402) || defined (SOC_SERIES_AT32F405) || \
- defined (SOC_SERIES_AT32F423) || defined (SOC_SERIES_AT32F425) || \
- defined (SOC_SERIES_AT32F435) || defined (SOC_SERIES_AT32F437) || \
- defined (SOC_SERIES_AT32A423) || defined (SOC_SERIES_AT32M412) || \
- defined (SOC_SERIES_AT32M416) || defined (SOC_SERIES_AT32F455) || \
- defined (SOC_SERIES_AT32F456) || defined (SOC_SERIES_AT32F457)
- dma->dma_channel->paddr = (rt_uint32_t)&(handle->i2c_x->rxdt);
- #endif
- }
- dma->dma_channel->dtcnt = size;
- dma->dma_channel->maddr = (rt_uint32_t)buffer;
- /* enable transmit complete interrupt */
- dma_interrupt_enable(dma->dma_channel, DMA_FDT_INT, TRUE);
- /* mark dma flag */
- dma->dma_done = RT_FALSE;
- /* enable dma channel */
- dma_channel_enable(dma->dma_channel, TRUE);
- }
- #if defined (SOC_SERIES_AT32F402) || defined (SOC_SERIES_AT32F405) || \
- defined (SOC_SERIES_AT32F423) || defined (SOC_SERIES_AT32F425) || \
- defined (SOC_SERIES_AT32F435) || defined (SOC_SERIES_AT32F437) || \
- defined (SOC_SERIES_AT32A423) || defined (SOC_SERIES_AT32M412) || \
- defined (SOC_SERIES_AT32M416) || defined (SOC_SERIES_AT32F455) || \
- defined (SOC_SERIES_AT32F456) || defined (SOC_SERIES_AT32F457)
- void i2c_refresh_txdt_register(i2c_type *i2c_x)
- {
- /* clear tdis flag */
- if (i2c_flag_get(i2c_x, I2C_TDIS_FLAG) != RESET)
- {
- i2c_x->txdt = 0x00;
- }
- /* refresh txdt register*/
- if (i2c_flag_get(i2c_x, I2C_TDBE_FLAG) == RESET)
- {
- i2c_x->sts_bit.tdbe = 1;
- }
- }
- void i2c_reset_ctrl2_register(i2c_type *i2c_x)
- {
- i2c_x->ctrl2_bit.saddr = 0;
- i2c_x->ctrl2_bit.readh10 = 0;
- i2c_x->ctrl2_bit.cnt = 0;
- i2c_x->ctrl2_bit.rlden = 0;
- i2c_x->ctrl2_bit.dir = 0;
- }
- #endif
- i2c_status_type i2c_wait_end(struct at32_i2c_handle *handle, uint32_t timeout)
- {
- while(handle->comm.status != I2C_END)
- {
- /* check timeout */
- if((timeout--) == 0)
- {
- return I2C_ERR_TIMEOUT;
- }
- }
- if(handle->comm.error_code != I2C_OK)
- {
- return handle->comm.error_code;
- }
- else
- {
- return I2C_OK;
- }
- }
- i2c_status_type i2c_wait_flag(struct at32_i2c_handle *handle, uint32_t flag, uint32_t event_check, uint32_t timeout)
- {
- if(flag == I2C_BUSYF_FLAG)
- {
- while(i2c_flag_get(handle->i2c_x, flag) != RESET)
- {
- /* check timeout */
- if((timeout--) == 0)
- {
- handle->comm.error_code = I2C_ERR_TIMEOUT;
- return I2C_ERR_TIMEOUT;
- }
- }
- }
- else
- {
- while(i2c_flag_get(handle->i2c_x, flag) == RESET)
- {
- /* check the ack fail flag */
- if(event_check & I2C_EVENT_CHECK_ACKFAIL)
- {
- if(i2c_flag_get(handle->i2c_x, I2C_ACKFAIL_FLAG) != RESET)
- {
- #if defined (SOC_SERIES_AT32F403A) || defined (SOC_SERIES_AT32F407) || \
- defined (SOC_SERIES_AT32F413) || defined (SOC_SERIES_AT32F415) || \
- defined (SOC_SERIES_AT32F421) || defined (SOC_SERIES_AT32A403A)
- /* generate stop condtion */
- i2c_stop_generate(handle->i2c_x);
- #endif
- /* clear ack fail flag */
- i2c_flag_clear(handle->i2c_x, I2C_ACKFAIL_FLAG);
- handle->comm.error_code = I2C_ERR_ACKFAIL;
- return I2C_ERR_ACKFAIL;
- }
- }
- /* check the stop flag */
- if(event_check & I2C_EVENT_CHECK_STOP)
- {
- if(i2c_flag_get(handle->i2c_x, I2C_STOPF_FLAG) != RESET)
- {
- /* clear stop flag */
- i2c_flag_clear(handle->i2c_x, I2C_STOPF_FLAG);
- #if defined (SOC_SERIES_AT32F402) || defined (SOC_SERIES_AT32F405) || \
- defined (SOC_SERIES_AT32F423) || defined (SOC_SERIES_AT32F425) || \
- defined (SOC_SERIES_AT32F435) || defined (SOC_SERIES_AT32F437) || \
- defined (SOC_SERIES_AT32A423) || defined (SOC_SERIES_AT32M412) || \
- defined (SOC_SERIES_AT32M416) || defined (SOC_SERIES_AT32F455) || \
- defined (SOC_SERIES_AT32F456) || defined (SOC_SERIES_AT32F457)
- i2c_reset_ctrl2_register(handle->i2c_x);
- #endif
- handle->comm.error_code = I2C_ERR_STOP;
- return I2C_ERR_STOP;
- }
- }
- /* check timeout */
- if((timeout--) == 0)
- {
- handle->comm.error_code = I2C_ERR_TIMEOUT;
- return I2C_ERR_TIMEOUT;
- }
- }
- }
- return I2C_OK;
- }
- #if defined (SOC_SERIES_AT32F403A) || defined (SOC_SERIES_AT32F407) || \
- defined (SOC_SERIES_AT32F413) || defined (SOC_SERIES_AT32F415) || \
- defined (SOC_SERIES_AT32F421) || defined (SOC_SERIES_AT32A403A)
- i2c_status_type i2c_master_write_addr(struct at32_i2c_handle *handle, uint16_t address, uint32_t timeout)
- {
- /* generate start condtion */
- i2c_start_generate(handle->i2c_x);
- /* wait for the start flag to be set */
- if(i2c_wait_flag(handle, I2C_STARTF_FLAG, I2C_EVENT_CHECK_NONE, timeout) != I2C_OK)
- {
- handle->comm.error_code = I2C_ERR_START;
- return I2C_ERR_START;
- }
- if(handle->i2c_x->oaddr1_bit.addr1mode == I2C_ADDRESS_MODE_7BIT)
- {
- /* send slave address */
- i2c_7bit_address_send(handle->i2c_x, address, I2C_DIRECTION_TRANSMIT);
- }
- else
- {
- /* send slave 10-bit address header */
- i2c_data_send(handle->i2c_x, (uint8_t)((address & 0x0300) >> 7) | 0xF0);
- /* wait for the addrh flag to be set */
- if(i2c_wait_flag(handle, I2C_ADDRHF_FLAG, I2C_EVENT_CHECK_ACKFAIL, timeout) != I2C_OK)
- {
- handle->comm.error_code = I2C_ERR_ADDR10;
- return I2C_ERR_ADDR10;
- }
- /* send slave address */
- i2c_data_send(handle->i2c_x, (uint8_t)(address & 0x00FF));
- }
- /* wait for the addr7 flag to be set */
- if(i2c_wait_flag(handle, I2C_ADDR7F_FLAG, I2C_EVENT_CHECK_ACKFAIL, timeout) != I2C_OK)
- {
- handle->comm.error_code = I2C_ERR_ADDR;
- return I2C_ERR_ADDR;
- }
- return I2C_OK;
- }
- i2c_status_type i2c_master_read_addr(struct at32_i2c_handle *handle, uint16_t address, uint32_t timeout)
- {
- /* enable ack */
- i2c_ack_enable(handle->i2c_x, TRUE);
- /* generate start condtion */
- i2c_start_generate(handle->i2c_x);
- /* wait for the start flag to be set */
- if(i2c_wait_flag(handle, I2C_STARTF_FLAG, I2C_EVENT_CHECK_NONE, timeout) != I2C_OK)
- {
- handle->comm.error_code = I2C_ERR_START;
- return I2C_ERR_START;
- }
- if(handle->i2c_x->oaddr1_bit.addr1mode == I2C_ADDRESS_MODE_7BIT)
- {
- /* send slave address */
- i2c_7bit_address_send(handle->i2c_x, address, I2C_DIRECTION_RECEIVE);
- }
- else
- {
- /* send slave 10-bit address header */
- i2c_data_send(handle->i2c_x, (uint8_t)((address & 0x0300) >> 7) | 0xF0);
- /* wait for the addrh flag to be set */
- if(i2c_wait_flag(handle, I2C_ADDRHF_FLAG, I2C_EVENT_CHECK_ACKFAIL, timeout) != I2C_OK)
- {
- handle->comm.error_code = I2C_ERR_ADDR10;
- return I2C_ERR_ADDR10;
- }
- /* send slave address */
- i2c_data_send(handle->i2c_x, (uint8_t)(address & 0x00FF));
- /* wait for the addr7 flag to be set */
- if(i2c_wait_flag(handle, I2C_ADDR7F_FLAG, I2C_EVENT_CHECK_ACKFAIL, timeout) != I2C_OK)
- {
- handle->comm.error_code = I2C_ERR_ADDR;
- return I2C_ERR_ADDR;
- }
- /* clear addr flag */
- i2c_flag_clear(handle->i2c_x, I2C_ADDR7F_FLAG);
- /* generate restart condtion */
- i2c_start_generate(handle->i2c_x);
- /* wait for the start flag to be set */
- if(i2c_wait_flag(handle, I2C_STARTF_FLAG, I2C_EVENT_CHECK_NONE, timeout) != I2C_OK)
- {
- handle->comm.error_code = I2C_ERR_START;
- return I2C_ERR_START;
- }
- /* send slave 10-bit address header */
- i2c_data_send(handle->i2c_x, (uint8_t)((address & 0x0300) >> 7) | 0xF1);
- }
- /* wait for the addr7 flag to be set */
- if(i2c_wait_flag(handle, I2C_ADDR7F_FLAG, I2C_EVENT_CHECK_ACKFAIL, timeout) != I2C_OK)
- {
- handle->comm.error_code = I2C_ERR_ADDR;
- return I2C_ERR_ADDR;
- }
- return I2C_OK;
- }
- i2c_status_type i2c_master_transmit_int(struct at32_i2c_handle *handle, uint16_t address, uint8_t *pdata, uint16_t size, uint32_t timeout)
- {
- /* initialization parameters */
- handle->comm.mode = I2C_INT_MA_TX;
- handle->comm.status = I2C_START;
- handle->comm.pbuff = pdata;
- handle->comm.pcount = size;
- handle->comm.timeout = timeout;
- handle->comm.error_code = I2C_OK;
- /* wait for the busy flag to be reset */
- if(i2c_wait_flag(handle, I2C_BUSYF_FLAG, I2C_EVENT_CHECK_NONE, timeout) != I2C_OK)
- {
- return I2C_ERR_STEP_1;
- }
- /* ack acts on the current byte */
- i2c_master_receive_ack_set(handle->i2c_x, I2C_MASTER_ACK_CURRENT);
- /* send slave address */
- if(i2c_master_write_addr(handle, address, timeout) != I2C_OK)
- {
- /* generate stop condtion */
- i2c_stop_generate(handle->i2c_x);
- return I2C_ERR_STEP_2;
- }
- /* clear addr flag */
- i2c_flag_clear(handle->i2c_x, I2C_ADDR7F_FLAG);
- /* enable interrupt */
- i2c_interrupt_enable(handle->i2c_x, I2C_EVT_INT | I2C_DATA_INT | I2C_ERR_INT, TRUE);
- return I2C_OK;
- }
- i2c_status_type i2c_master_receive_int(struct at32_i2c_handle *handle, uint16_t address, uint8_t *pdata, uint16_t size, uint32_t timeout)
- {
- /* initialization parameters */
- handle->comm.mode = I2C_INT_MA_RX;
- handle->comm.status = I2C_START;
- handle->comm.pbuff = pdata;
- handle->comm.pcount = size;
- handle->comm.timeout = timeout;
- handle->comm.error_code = I2C_OK;
- /* wait for the busy flag to be reset */
- if(i2c_wait_flag(handle, I2C_BUSYF_FLAG, I2C_EVENT_CHECK_NONE, timeout) != I2C_OK)
- {
- return I2C_ERR_STEP_1;
- }
- /* ack acts on the current byte */
- i2c_master_receive_ack_set(handle->i2c_x, I2C_MASTER_ACK_CURRENT);
- /* enable ack */
- i2c_ack_enable(handle->i2c_x, TRUE);
- /* send slave address */
- if(i2c_master_read_addr(handle, address, timeout) != I2C_OK)
- {
- /* generate stop condtion */
- i2c_stop_generate(handle->i2c_x);
- return I2C_ERR_STEP_2;
- }
- if(handle->comm.pcount == 1)
- {
- /* disable ack */
- i2c_ack_enable(handle->i2c_x, FALSE);
- /* clear addr flag */
- i2c_flag_clear(handle->i2c_x, I2C_ADDR7F_FLAG);
- /* generate stop condtion */
- i2c_stop_generate(handle->i2c_x);
- }
- else if(handle->comm.pcount == 2)
- {
- /* ack acts on the next byte */
- i2c_master_receive_ack_set(handle->i2c_x, I2C_MASTER_ACK_NEXT);
- /* clear addr flag */
- i2c_flag_clear(handle->i2c_x, I2C_ADDR7F_FLAG);
- /* disable ack */
- i2c_ack_enable(handle->i2c_x, FALSE);
- }
- else
- {
- /* enable ack */
- i2c_ack_enable(handle->i2c_x, TRUE);
- /* clear addr flag */
- i2c_flag_clear(handle->i2c_x, I2C_ADDR7F_FLAG);
- }
- /* enable interrupt */
- i2c_interrupt_enable(handle->i2c_x, I2C_EVT_INT | I2C_DATA_INT | I2C_ERR_INT, TRUE);
- return I2C_OK;
- }
- i2c_status_type i2c_master_transmit_dma(struct at32_i2c_handle *handle, uint16_t address, uint8_t *pdata, uint16_t size, uint32_t timeout)
- {
- /* initialization parameters */
- handle->comm.mode = I2C_DMA_MA_TX;
- handle->comm.status = I2C_START;
- handle->comm.pbuff = pdata;
- handle->comm.pcount = size;
- handle->comm.timeout = timeout;
- handle->comm.error_code = I2C_OK;
- /* wait for the busy flag to be reset */
- if(i2c_wait_flag(handle, I2C_BUSYF_FLAG, I2C_EVENT_CHECK_NONE, timeout) != I2C_OK)
- {
- return I2C_ERR_STEP_1;
- }
- /* ack acts on the current byte */
- i2c_master_receive_ack_set(handle->i2c_x, I2C_MASTER_ACK_CURRENT);
- /* disable dma request */
- i2c_dma_enable(handle->i2c_x, FALSE);
- /* configure the dma channel */
- i2c_dma_config(handle, pdata, size);
- /* send slave address */
- if(i2c_master_write_addr(handle, address, timeout) != I2C_OK)
- {
- /* generate stop condtion */
- i2c_stop_generate(handle->i2c_x);
- return I2C_ERR_STEP_2;
- }
- /* clear addr flag */
- i2c_flag_clear(handle->i2c_x, I2C_ADDR7F_FLAG);
- /* enable dma request */
- i2c_dma_enable(handle->i2c_x, TRUE);
- return I2C_OK;
- }
- i2c_status_type i2c_master_receive_dma(struct at32_i2c_handle *handle, uint16_t address, uint8_t *pdata, uint16_t size, uint32_t timeout)
- {
- /* initialization parameters */
- handle->comm.mode = I2C_DMA_MA_RX;
- handle->comm.status = I2C_START;
- handle->comm.pbuff = pdata;
- handle->comm.pcount = size;
- handle->comm.timeout = timeout;
- handle->comm.error_code = I2C_OK;
- /* wait for the busy flag to be reset */
- if(i2c_wait_flag(handle, I2C_BUSYF_FLAG, I2C_EVENT_CHECK_NONE, timeout) != I2C_OK)
- {
- return I2C_ERR_STEP_1;
- }
- /* ack acts on the current byte */
- i2c_master_receive_ack_set(handle->i2c_x, I2C_MASTER_ACK_CURRENT);
- /* enable ack */
- i2c_ack_enable(handle->i2c_x, TRUE);
- /* disable dma request */
- i2c_dma_enable(handle->i2c_x, FALSE);
- /* configure the dma channel */
- i2c_dma_config(handle, pdata, size);
- /* send slave address */
- if(i2c_master_read_addr(handle, address, timeout) != I2C_OK)
- {
- /* generate stop condtion */
- i2c_stop_generate(handle->i2c_x);
- return I2C_ERR_STEP_2;
- }
- if(size == 1)
- {
- /* clear addr flag */
- i2c_flag_clear(handle->i2c_x, I2C_ADDR7F_FLAG);
- /* disable ack */
- i2c_ack_enable(handle->i2c_x, FALSE);
- /* generate stop condtion */
- i2c_stop_generate(handle->i2c_x);
- /* enable dma request */
- i2c_dma_enable(handle->i2c_x, TRUE);
- }
- else
- {
- /* enable dma end transfer */
- i2c_dma_end_transfer_set(handle->i2c_x, TRUE);
- /* enable dma request */
- i2c_dma_enable(handle->i2c_x, TRUE);
- /* clear addr flag */
- i2c_flag_clear(handle->i2c_x, I2C_ADDR7F_FLAG);
- }
- return I2C_OK;
- }
- void i2c_master_tx_isr_int(struct at32_i2c_handle *handle)
- {
- /* step 1: transfer data */
- if(i2c_flag_get(handle->i2c_x, I2C_TDBE_FLAG) != RESET)
- {
- if(handle->comm.pcount == 0)
- {
- rt_completion_done(&handle->completion);
- /* transfer complete */
- handle->comm.status = I2C_END;
- /* disable interrupt */
- i2c_interrupt_enable(handle->i2c_x, I2C_EVT_INT | I2C_DATA_INT | I2C_ERR_INT, FALSE);
- /* generate stop condtion */
- i2c_stop_generate(handle->i2c_x);
- }
- else
- {
- /* write data */
- i2c_data_send(handle->i2c_x, *handle->comm.pbuff++);
- handle->comm.pcount--;
- }
- }
- }
- void i2c_master_rx_isr_int(struct at32_i2c_handle *handle)
- {
- if(i2c_flag_get(handle->i2c_x, I2C_TDC_FLAG) != RESET)
- {
- if(handle->comm.pcount == 3)
- {
- /* disable ack */
- i2c_ack_enable(handle->i2c_x, FALSE);
- /* read data */
- (*handle->comm.pbuff++) = i2c_data_receive(handle->i2c_x);
- handle->comm.pcount--;
- }
- else if(handle->comm.pcount == 2)
- {
- /* generate stop condtion */
- i2c_stop_generate(handle->i2c_x);
- /* read data */
- (*handle->comm.pbuff++) = i2c_data_receive(handle->i2c_x);
- handle->comm.pcount--;
- /* read data */
- (*handle->comm.pbuff++) = i2c_data_receive(handle->i2c_x);
- handle->comm.pcount--;
- /* transfer complete */
- rt_completion_done(&handle->completion);
- handle->comm.status = I2C_END;
- /* disable interrupt */
- i2c_interrupt_enable(handle->i2c_x, I2C_EVT_INT | I2C_DATA_INT | I2C_ERR_INT, FALSE);
- }
- else
- {
- /* read data */
- (*handle->comm.pbuff++) = i2c_data_receive(handle->i2c_x);
- handle->comm.pcount--;
- }
- }
- else if(i2c_flag_get(handle->i2c_x, I2C_RDBF_FLAG) != RESET)
- {
- if(handle->comm.pcount > 3)
- {
- /* read data */
- (*handle->comm.pbuff++) = i2c_data_receive(handle->i2c_x);
- handle->comm.pcount--;
- }
- else if((handle->comm.pcount == 3) || (handle->comm.pcount == 2))
- {
- /* disable rdbf interrupt */
- i2c_interrupt_enable(handle->i2c_x, I2C_DATA_INT, FALSE);
- }
- else
- {
- /* read data */
- (*handle->comm.pbuff++) = i2c_data_receive(handle->i2c_x);
- handle->comm.pcount--;
- /* transfer complete */
- rt_completion_done(&handle->completion);
- handle->comm.status = I2C_END;
- /* disable interrupt */
- i2c_interrupt_enable(handle->i2c_x, I2C_EVT_INT | I2C_DATA_INT | I2C_ERR_INT, FALSE);
- }
- }
- }
- void i2c_master_tx_isr_dma(struct at32_i2c_handle *handle)
- {
- /* tdc interrupt */
- if(i2c_flag_get(handle->i2c_x, I2C_TDC_FLAG) != RESET)
- {
- rt_completion_done(&handle->completion);
- /* generate stop condtion */
- i2c_stop_generate(handle->i2c_x);
- /* disable evt interrupt */
- i2c_interrupt_enable(handle->i2c_x, I2C_EVT_INT, FALSE);
- /* transfer complete */
- handle->comm.status = I2C_END;
- }
- }
- void i2c_evt_isr(struct at32_i2c_handle *handle)
- {
- switch(handle->comm.mode)
- {
- case I2C_INT_MA_TX:
- i2c_master_tx_isr_int(handle);
- break;
- case I2C_INT_MA_RX:
- i2c_master_rx_isr_int(handle);
- break;
- case I2C_DMA_MA_TX:
- i2c_master_tx_isr_dma(handle);
- break;
- default:
- break;
- }
- }
- #endif
- #if defined (SOC_SERIES_AT32F402) || defined (SOC_SERIES_AT32F405) || \
- defined (SOC_SERIES_AT32F423) || defined (SOC_SERIES_AT32F425) || \
- defined (SOC_SERIES_AT32F435) || defined (SOC_SERIES_AT32F437) || \
- defined (SOC_SERIES_AT32A423) || defined (SOC_SERIES_AT32M412) || \
- defined (SOC_SERIES_AT32M416) || defined (SOC_SERIES_AT32F455) || \
- defined (SOC_SERIES_AT32F456) || defined (SOC_SERIES_AT32F457)
- void i2c_start_transfer(struct at32_i2c_handle *handle, uint16_t address, i2c_start_mode_type start)
- {
- if (handle->comm.pcount > MAX_TRANSFER_CNT)
- {
- handle->comm.psize = MAX_TRANSFER_CNT;
- i2c_transmit_set(handle->i2c_x, address, handle->comm.psize, I2C_RELOAD_MODE, start);
- }
- else
- {
- handle->comm.psize = handle->comm.pcount;
- i2c_transmit_set(handle->i2c_x, address, handle->comm.psize, I2C_AUTO_STOP_MODE, start);
- }
- }
- void i2c_start_transfer_dma(struct at32_i2c_handle *handle, uint16_t address, i2c_start_mode_type start)
- {
- if (handle->comm.pcount > MAX_TRANSFER_CNT)
- {
- handle->comm.psize = MAX_TRANSFER_CNT;
- /* config dma */
- i2c_dma_config(handle, handle->comm.pbuff, handle->comm.psize);
- i2c_transmit_set(handle->i2c_x, address, handle->comm.psize, I2C_RELOAD_MODE, start);
- }
- else
- {
- handle->comm.psize = handle->comm.pcount;
- /* config dma */
- i2c_dma_config(handle, handle->comm.pbuff, handle->comm.psize);
- i2c_transmit_set(handle->i2c_x, address, handle->comm.psize, I2C_AUTO_STOP_MODE, start);
- }
- }
- i2c_status_type i2c_master_transmit_int(struct at32_i2c_handle *handle, uint16_t address, uint8_t *pdata, uint16_t size, uint32_t timeout)
- {
- /* initialization parameters */
- handle->comm.mode = I2C_INT_MA_TX;
- handle->comm.status = I2C_START;
- handle->comm.pbuff = pdata;
- handle->comm.pcount = size;
- handle->comm.error_code = I2C_OK;
- /* wait for the busy flag to be reset */
- if (i2c_wait_flag(handle, I2C_BUSYF_FLAG, I2C_EVENT_CHECK_NONE, timeout) != I2C_OK)
- {
- return I2C_ERR_STEP_1;
- }
- /* start transfer */
- i2c_start_transfer(handle, address, I2C_GEN_START_WRITE);
- /* enable interrupt */
- i2c_interrupt_enable(handle->i2c_x, I2C_ERR_INT | I2C_TDC_INT | I2C_STOP_INT | I2C_ACKFIAL_INT | I2C_TD_INT, TRUE);
- return I2C_OK;
- }
- i2c_status_type i2c_master_receive_int(struct at32_i2c_handle *handle, uint16_t address, uint8_t *pdata, uint16_t size, uint32_t timeout)
- {
- /* initialization parameters */
- handle->comm.mode = I2C_INT_MA_RX;
- handle->comm.status = I2C_START;
- handle->comm.pbuff = pdata;
- handle->comm.pcount = size;
- handle->comm.error_code = I2C_OK;
- /* wait for the busy flag to be reset */
- if (i2c_wait_flag(handle, I2C_BUSYF_FLAG, I2C_EVENT_CHECK_NONE, timeout) != I2C_OK)
- {
- return I2C_ERR_STEP_1;
- }
- /* start transfer */
- i2c_start_transfer(handle, address, I2C_GEN_START_READ);
- /* enable interrupt */
- i2c_interrupt_enable(handle->i2c_x, I2C_ERR_INT | I2C_TDC_INT | I2C_STOP_INT | I2C_ACKFIAL_INT | I2C_RD_INT, TRUE);
- return I2C_OK;
- }
- i2c_status_type i2c_master_transmit_dma(struct at32_i2c_handle *handle, uint16_t address, uint8_t *pdata, uint16_t size, uint32_t timeout)
- {
- /* initialization parameters */
- handle->comm.mode = I2C_DMA_MA_TX;
- handle->comm.status = I2C_START;
- handle->comm.pbuff = pdata;
- handle->comm.pcount = size;
- handle->comm.error_code = I2C_OK;
- /* wait for the busy flag to be reset */
- if(i2c_wait_flag(handle, I2C_BUSYF_FLAG, I2C_EVENT_CHECK_NONE, timeout) != I2C_OK)
- {
- return I2C_ERR_STEP_1;
- }
- /* disable dma request */
- i2c_dma_enable(handle->i2c_x, I2C_DMA_REQUEST_TX, FALSE);
- /* start transfer */
- i2c_start_transfer_dma(handle, address, I2C_GEN_START_WRITE);
- /* enable i2c interrupt */
- i2c_interrupt_enable(handle->i2c_x, I2C_ERR_INT | I2C_ACKFIAL_INT, TRUE);
- /* enable dma request */
- i2c_dma_enable(handle->i2c_x, I2C_DMA_REQUEST_TX, TRUE);
- return I2C_OK;
- }
- i2c_status_type i2c_master_receive_dma(struct at32_i2c_handle *handle, uint16_t address, uint8_t *pdata, uint16_t size, uint32_t timeout)
- {
- /* initialization parameters */
- handle->comm.mode = I2C_DMA_MA_RX;
- handle->comm.status = I2C_START;
- handle->comm.pbuff = pdata;
- handle->comm.pcount = size;
- handle->comm.error_code = I2C_OK;
- /* wait for the busy flag to be reset */
- if(i2c_wait_flag(handle, I2C_BUSYF_FLAG, I2C_EVENT_CHECK_NONE, timeout) != I2C_OK)
- {
- return I2C_ERR_STEP_1;
- }
- /* disable dma request */
- i2c_dma_enable(handle->i2c_x, I2C_DMA_REQUEST_RX, FALSE);
- /* start transfer */
- i2c_start_transfer_dma(handle, address, I2C_GEN_START_READ);
- /* enable i2c interrupt */
- i2c_interrupt_enable(handle->i2c_x, I2C_ERR_INT | I2C_ACKFIAL_INT, TRUE);
- /* enable dma request */
- i2c_dma_enable(handle->i2c_x, I2C_DMA_REQUEST_RX, TRUE);
- return I2C_OK;
- }
- void i2c_master_isr_int(struct at32_i2c_handle *handle)
- {
- if (i2c_flag_get(handle->i2c_x, I2C_ACKFAIL_FLAG) != RESET)
- {
- /* clear ackfail flag */
- i2c_flag_clear(handle->i2c_x, I2C_ACKFAIL_FLAG);
- /* refresh tx register */
- i2c_refresh_txdt_register(handle->i2c_x);
- if(handle->comm.pcount != 0)
- {
- handle->comm.error_code = I2C_ERR_ACKFAIL;
- }
- }
- else if (i2c_flag_get(handle->i2c_x, I2C_TDIS_FLAG) != RESET)
- {
- /* send data */
- i2c_data_send(handle->i2c_x, *handle->comm.pbuff++);
- handle->comm.pcount--;
- handle->comm.psize--;
- }
- else if (i2c_flag_get(handle->i2c_x, I2C_TCRLD_FLAG) != RESET)
- {
- if ((handle->comm.psize == 0) && (handle->comm.pcount != 0))
- {
- /* continue transfer */
- i2c_start_transfer(handle, i2c_transfer_addr_get(handle->i2c_x), I2C_WITHOUT_START);
- }
- }
- else if (i2c_flag_get(handle->i2c_x, I2C_RDBF_FLAG) != RESET)
- {
- /* read data */
- (*handle->comm.pbuff++) = i2c_data_receive(handle->i2c_x);
- handle->comm.pcount--;
- handle->comm.psize--;
- }
- else if (i2c_flag_get(handle->i2c_x, I2C_TDC_FLAG) != RESET)
- {
- if (handle->comm.pcount == 0)
- {
- if (handle->i2c_x->ctrl2_bit.astopen == 0)
- {
- /* generate stop condtion */
- i2c_stop_generate(handle->i2c_x);
- }
- }
- }
- else if (i2c_flag_get(handle->i2c_x, I2C_STOPF_FLAG) != RESET)
- {
- /* clear stop flag */
- i2c_flag_clear(handle->i2c_x, I2C_STOPF_FLAG);
- /* reset ctrl2 register */
- i2c_reset_ctrl2_register(handle->i2c_x);
- if (i2c_flag_get(handle->i2c_x, I2C_ACKFAIL_FLAG) != RESET)
- {
- /* clear ackfail flag */
- i2c_flag_clear(handle->i2c_x, I2C_ACKFAIL_FLAG);
- }
- /* refresh tx dt register */
- i2c_refresh_txdt_register(handle->i2c_x);
- /* disable interrupts */
- i2c_interrupt_enable(handle->i2c_x, I2C_ERR_INT | I2C_TDC_INT | I2C_STOP_INT | I2C_ACKFIAL_INT | I2C_TD_INT | I2C_RD_INT, FALSE);
- /* transfer complete */
- handle->comm.status = I2C_END;
- rt_completion_done(&handle->completion);
- }
- }
- void i2c_master_isr_dma(struct at32_i2c_handle *handle)
- {
- if (i2c_flag_get(handle->i2c_x, I2C_ACKFAIL_FLAG) != RESET)
- {
- /* clear ackfail flag */
- i2c_flag_clear(handle->i2c_x, I2C_ACKFAIL_FLAG);
- /* enable stop interrupt to wait for stop generate stop */
- i2c_interrupt_enable(handle->i2c_x, I2C_STOP_INT, TRUE);
- /* refresh tx dt register */
- i2c_refresh_txdt_register(handle->i2c_x);
- if(handle->comm.pcount != 0)
- {
- handle->comm.error_code = I2C_ERR_ACKFAIL;
- }
- }
- else if (i2c_flag_get(handle->i2c_x, I2C_TCRLD_FLAG) != RESET)
- {
- /* disable tdc interrupt */
- i2c_interrupt_enable(handle->i2c_x, I2C_TDC_INT, FALSE);
- if (handle->comm.pcount != 0)
- {
- /* continue transfer */
- i2c_start_transfer(handle, i2c_transfer_addr_get(handle->i2c_x), I2C_WITHOUT_START);
- /* enable dma request */
- if(handle->comm.mode == I2C_DMA_MA_TX)
- i2c_dma_enable(handle->i2c_x, I2C_DMA_REQUEST_TX, TRUE);
- else if(handle->comm.mode == I2C_DMA_MA_RX)
- i2c_dma_enable(handle->i2c_x, I2C_DMA_REQUEST_RX, TRUE);
- }
- }
- else if (i2c_flag_get(handle->i2c_x, I2C_STOPF_FLAG) != RESET)
- {
- /* clear stop flag */
- i2c_flag_clear(handle->i2c_x, I2C_STOPF_FLAG);
- /* reset ctrl2 register */
- i2c_reset_ctrl2_register(handle->i2c_x);
- if (i2c_flag_get(handle->i2c_x, I2C_ACKFAIL_FLAG) != RESET)
- {
- /* clear ackfail flag */
- i2c_flag_clear(handle->i2c_x, I2C_ACKFAIL_FLAG);
- }
- /* refresh tx dt register */
- i2c_refresh_txdt_register(handle->i2c_x);
- /* disable interrupts */
- i2c_interrupt_enable(handle->i2c_x, I2C_ERR_INT | I2C_TDC_INT | I2C_STOP_INT | I2C_ACKFIAL_INT | I2C_TD_INT | I2C_RD_INT, FALSE);
- /* transfer complete */
- handle->comm.status = I2C_END;
- rt_completion_done(&handle->completion);
- }
- }
- void i2c_evt_isr(struct at32_i2c_handle *handle)
- {
- switch(handle->comm.mode)
- {
- case I2C_INT_MA_TX:
- case I2C_INT_MA_RX:
- i2c_master_isr_int(handle);
- break;
- case I2C_DMA_MA_TX:
- case I2C_DMA_MA_RX:
- i2c_master_isr_dma(handle);
- break;
- default:
- break;
- }
- }
- #endif
- static rt_ssize_t master_xfer(struct rt_i2c_bus_device *bus, struct rt_i2c_msg msgs[], rt_uint32_t num)
- {
- /* for dma may more stability */
- #define DMA_TRANS_MIN_LEN 2 /* only buffer length >= DMA_TRANS_MIN_LEN will use DMA mode */
- #define TRANS_TIMEOUT_PERSEC 8 /* per ms will trans nums bytes */
- rt_int32_t i, ret;
- struct rt_i2c_msg *msg = msgs;
- struct rt_completion *completion;
- rt_uint32_t timeout;
- if (num == 0)
- {
- return 0;
- }
- RT_ASSERT((msgs != RT_NULL) && (bus != RT_NULL));
- struct at32_i2c *instance = rt_container_of(bus, struct at32_i2c, i2c_bus);
- completion = &instance->handle->completion;
- LOG_D("xfer start %d mags", num);
- for (i = 0; i < (num - 1); i++)
- {
- msg = &msgs[i];
- LOG_D("xfer msgs[%d] addr=0x%2x buf=0x%x len= 0x%x flags= 0x%x", i, msg->addr, msg->buf, msg->len, msg->flags);
- timeout = msg->len / TRANS_TIMEOUT_PERSEC + 2;
- if (msg->flags & RT_I2C_RD)
- {
- if ((instance->handle->i2c_dma_flag & RT_DEVICE_FLAG_DMA_RX) && (msg->len >= DMA_TRANS_MIN_LEN))
- {
- ret = i2c_master_receive_dma(instance->handle, (msg->addr << 1) , msg->buf, msg->len, 0xFFFFFFFF);
- }
- else
- {
- ret = i2c_master_receive_int(instance->handle, (msg->addr << 1) , msg->buf, msg->len, 0xFFFFFFFF);
- }
- if (ret != RT_EOK)
- {
- LOG_E("[%s:%d]i2c read error(%d)!\n", __func__, __LINE__, ret);
- goto out;
- }
- if (rt_completion_wait(completion, timeout) != RT_EOK)
- {
- LOG_D("receive time out");
- goto out;
- }
- }
- else
- {
- if ((instance->handle->i2c_dma_flag & RT_DEVICE_FLAG_DMA_TX) && (msg->len >= DMA_TRANS_MIN_LEN))
- {
- ret = i2c_master_transmit_dma(instance->handle, (msg->addr << 1) , msg->buf, msg->len, 0xFFFFFFFF);
- }
- else
- {
- ret = i2c_master_transmit_int(instance->handle, (msg->addr << 1) , msg->buf, msg->len, 0xFFFFFFFF);
- }
- if (ret != RT_EOK)
- {
- LOG_D("[%s:%d]i2c write error(%d)!\n", __func__, __LINE__, ret);
- goto out;
- }
- if (rt_completion_wait(completion, timeout) != RT_EOK)
- {
- LOG_D("transmit time out");
- goto out;
- }
- }
- }
- /* last msg */
- msg = &msgs[i];
- timeout = msg->len / TRANS_TIMEOUT_PERSEC + 2;
- LOG_D("xfer last msgs[%d] addr=0x%2x buf= 0x%x len= 0x%x flags = 0x%x", i, msg->addr, msg->buf, msg->len, msg->flags);
- if (msg->flags & RT_I2C_RD)
- {
- if ((instance->handle->i2c_dma_flag & RT_DEVICE_FLAG_DMA_RX) && (msg->len >= DMA_TRANS_MIN_LEN))
- {
- ret = i2c_master_receive_dma(instance->handle, (msg->addr << 1), msg->buf, msg->len, 0xFFFFFFFF);
- }
- else
- {
- ret = i2c_master_receive_int(instance->handle, (msg->addr << 1), msg->buf, msg->len, 0xFFFFFFFF);
- }
- if (ret != RT_EOK)
- {
- LOG_D("[%s:%d]i2c read error(%d)!\n", __func__, __LINE__, ret);
- goto out;
- }
- if (rt_completion_wait(completion, timeout) != RT_EOK)
- {
- LOG_D("receive time out");
- goto out;
- }
- }
- else
- {
- if ((instance->handle->i2c_dma_flag & RT_DEVICE_FLAG_DMA_TX) && (msg->len >= DMA_TRANS_MIN_LEN))
- {
- ret = i2c_master_transmit_dma(instance->handle, (msg->addr << 1), msg->buf, msg->len, 0xFFFFFFFF);
- }
- else
- {
- ret = i2c_master_transmit_int(instance->handle, (msg->addr << 1), msg->buf, msg->len, 0xFFFFFFFF);
- }
- if (ret != RT_EOK)
- {
- LOG_D("[%s:%d]i2c write error(%d)!\n", __func__, __LINE__, ret);
- goto out;
- }
- if (rt_completion_wait(completion, timeout) != RT_EOK)
- {
- LOG_D("transmit time out");
- goto out;
- }
- }
- ret = num;
- LOG_D("xfer end %d mags\r\n", num);
- return ret;
- out:
- if(instance->handle->comm.error_code == I2C_ERR_ACKFAIL)
- {
- LOG_D("i2c nack error now stoped");
- }
- if(instance->handle->comm.error_code == I2C_ERR_INTERRUPT)
- {
- LOG_D("i2c bus error now stoped");
- ret = i - 1;
- }
- /* generate stop */
- i2c_stop_generate(instance->handle->i2c_x);
- return ret;
- }
- static void _dma_base_channel_check(struct at32_i2c *instance)
- {
- dma_channel_type *rx_channel = instance->handle->dma_rx->dma_channel;
- dma_channel_type *tx_channel = instance->handle->dma_tx->dma_channel;
- if(instance->handle->i2c_dma_flag & RT_DEVICE_FLAG_DMA_RX)
- {
- instance->handle->dma_rx->dma_done = RT_TRUE;
- instance->handle->dma_rx->dma_x = (dma_type *)((rt_uint32_t)rx_channel & ~0xFF);
- instance->handle->dma_rx->channel_index = ((((rt_uint32_t)rx_channel & 0xFF) - 8) / 0x14) + 1;
- }
- if(instance->handle->i2c_dma_flag & RT_DEVICE_FLAG_DMA_TX)
- {
- instance->handle->dma_tx->dma_done = RT_TRUE;
- instance->handle->dma_tx->dma_x = (dma_type *)((rt_uint32_t)tx_channel & ~0xFF);
- instance->handle->dma_tx->channel_index = ((((rt_uint32_t)tx_channel & 0xFF) - 8) / 0x14) + 1;
- }
- }
- static void at32_i2c_dma_init(struct at32_i2c *instance)
- {
- dma_init_type dma_init_struct;
- /* search dma base and channel index */
- _dma_base_channel_check(instance);
- /* config dma channel */
- dma_default_para_init(&dma_init_struct);
- dma_init_struct.peripheral_inc_enable = FALSE;
- dma_init_struct.memory_inc_enable = TRUE;
- dma_init_struct.peripheral_data_width = DMA_PERIPHERAL_DATA_WIDTH_BYTE;
- dma_init_struct.memory_data_width = DMA_MEMORY_DATA_WIDTH_BYTE;
- dma_init_struct.priority = DMA_PRIORITY_MEDIUM;
- dma_init_struct.loop_mode_enable = FALSE;
- if (instance->handle->i2c_dma_flag & RT_DEVICE_FLAG_DMA_RX)
- {
- crm_periph_clock_enable(instance->handle->dma_rx->dma_clock, TRUE);
- dma_init_struct.direction = DMA_DIR_PERIPHERAL_TO_MEMORY;
- dma_reset(instance->handle->dma_rx->dma_channel);
- dma_init(instance->handle->dma_rx->dma_channel, &dma_init_struct);
- #if defined (SOC_SERIES_AT32F425)
- dma_flexible_config(instance->handle->dma_rx->dma_x, instance->handle->dma_rx->flex_channel, \
- (dma_flexible_request_type)instance->handle->dma_rx->request_id);
- #endif
- #if defined (SOC_SERIES_AT32F435) || defined (SOC_SERIES_AT32F437) || \
- defined (SOC_SERIES_AT32F423) || defined (SOC_SERIES_AT32F402) || \
- defined (SOC_SERIES_AT32F405) || defined (SOC_SERIES_AT32A423) || \
- defined (SOC_SERIES_AT32M412) || defined (SOC_SERIES_AT32M416) || \
- defined (SOC_SERIES_AT32F455) || defined (SOC_SERIES_AT32F456) || \
- defined (SOC_SERIES_AT32F457)
- dmamux_enable(instance->handle->dma_rx->dma_x, TRUE);
- dmamux_init(instance->handle->dma_rx->dmamux_channel, (dmamux_requst_id_sel_type)instance->handle->dma_rx->request_id);
- #endif
- /* dma irq should set in dma rx mode */
- nvic_irq_enable(instance->handle->dma_rx->dma_irqn, 0, 1);
- }
- if (instance->handle->i2c_dma_flag & RT_DEVICE_FLAG_DMA_TX)
- {
- crm_periph_clock_enable(instance->handle->dma_tx->dma_clock, TRUE);
- dma_init_struct.direction = DMA_DIR_MEMORY_TO_PERIPHERAL;
- dma_reset(instance->handle->dma_tx->dma_channel);
- dma_init(instance->handle->dma_tx->dma_channel, &dma_init_struct);
- #if defined (SOC_SERIES_AT32F425)
- dma_flexible_config(instance->handle->dma_tx->dma_x, instance->handle->dma_tx->flex_channel, \
- (dma_flexible_request_type)instance->handle->dma_tx->request_id);
- #endif
- #if defined (SOC_SERIES_AT32F435) || defined (SOC_SERIES_AT32F437) || \
- defined (SOC_SERIES_AT32F423) || defined (SOC_SERIES_AT32F402) || \
- defined (SOC_SERIES_AT32F405) || defined (SOC_SERIES_AT32A423) || \
- defined (SOC_SERIES_AT32M412) || defined (SOC_SERIES_AT32M416) || \
- defined (SOC_SERIES_AT32F455) || defined (SOC_SERIES_AT32F456) || \
- defined (SOC_SERIES_AT32F457)
- dmamux_enable(instance->handle->dma_tx->dma_x, TRUE);
- dmamux_init(instance->handle->dma_tx->dmamux_channel, (dmamux_requst_id_sel_type)instance->handle->dma_tx->request_id);
- #endif
- /* dma irq should set in dma tx mode */
- nvic_irq_enable(instance->handle->dma_tx->dma_irqn, 0, 1);
- }
- }
- void i2c_err_isr(struct at32_i2c_handle *handle)
- {
- /* buserr */
- if(i2c_flag_get(handle->i2c_x, I2C_BUSERR_FLAG) != RESET)
- {
- i2c_flag_clear(handle->i2c_x, I2C_BUSERR_FLAG);
- handle->comm.error_code = I2C_ERR_INTERRUPT;
- }
- /* arlost */
- if(i2c_flag_get(handle->i2c_x, I2C_ARLOST_FLAG) != RESET)
- {
- i2c_flag_clear(handle->i2c_x, I2C_ARLOST_FLAG);
- handle->comm.error_code = I2C_ERR_INTERRUPT;
- }
- #if defined (SOC_SERIES_AT32F403A) || defined (SOC_SERIES_AT32F407) || \
- defined (SOC_SERIES_AT32F413) || defined (SOC_SERIES_AT32F415) || \
- defined (SOC_SERIES_AT32F421) || defined (SOC_SERIES_AT32A403A)
- /* ackfail */
- if(i2c_flag_get(handle->i2c_x, I2C_ACKFAIL_FLAG) != RESET)
- {
- i2c_flag_clear(handle->i2c_x, I2C_ACKFAIL_FLAG);
- switch(handle->comm.mode)
- {
- case I2C_DMA_SLA_TX:
- /* disable ack */
- i2c_ack_enable(handle->i2c_x, FALSE);
- /* disable evt interrupt */
- i2c_interrupt_enable(handle->i2c_x, I2C_EVT_INT, FALSE);
- /* transfer complete */
- handle->comm.status = I2C_END;
- break;
- default:
- handle->comm.error_code = I2C_ERR_INTERRUPT;
- break;
- }
- }
- #endif
- /* ouf */
- if(i2c_flag_get(handle->i2c_x, I2C_OUF_FLAG) != RESET)
- {
- i2c_flag_clear(handle->i2c_x, I2C_OUF_FLAG);
- handle->comm.error_code = I2C_ERR_INTERRUPT;
- }
- /* pecerr */
- if(i2c_flag_get(handle->i2c_x, I2C_PECERR_FLAG) != RESET)
- {
- i2c_flag_clear(handle->i2c_x, I2C_PECERR_FLAG);
- handle->comm.error_code = I2C_ERR_INTERRUPT;
- }
- /* tmout */
- if(i2c_flag_get(handle->i2c_x, I2C_TMOUT_FLAG) != RESET)
- {
- i2c_flag_clear(handle->i2c_x, I2C_TMOUT_FLAG);
- handle->comm.error_code = I2C_ERR_INTERRUPT;
- }
- /* alertf */
- if(i2c_flag_get(handle->i2c_x, I2C_ALERTF_FLAG) != RESET)
- {
- i2c_flag_clear(handle->i2c_x, I2C_ALERTF_FLAG);
- handle->comm.error_code = I2C_ERR_INTERRUPT;
- }
- /* disable all interrupts */
- i2c_interrupt_enable(handle->i2c_x, I2C_ERR_INT, FALSE);
- }
- void i2c_dma_isr(struct at32_i2c_handle *handle)
- {
- volatile rt_uint32_t reg_sts = 0, index = 0;
- struct dma_config *dma = RT_NULL;
- if(handle->comm.mode == I2C_DMA_MA_TX)
- {
- dma = handle->dma_tx;
- }
- else if(handle->comm.mode == I2C_DMA_MA_RX)
- {
- dma = handle->dma_rx;
- }
- reg_sts = dma->dma_x->sts;
- index = dma->channel_index;
- /* transfer complete */
- if((reg_sts & (DMA_FDT_FLAG << (4 * (index - 1)))) != RESET)
- {
- /* clear dma flag */
- dma->dma_x->clr |= (rt_uint32_t)((DMA_FDT_FLAG << (4 * (index - 1))) | \
- (DMA_HDT_FLAG << (4 * (index - 1))));
- /* disable the transfer complete interrupt */
- dma_interrupt_enable(dma->dma_channel, DMA_FDT_INT, FALSE);
- /* mark done */
- dma->dma_done = RT_TRUE;
- #if defined (SOC_SERIES_AT32F403A) || defined (SOC_SERIES_AT32F407) || \
- defined (SOC_SERIES_AT32F413) || defined (SOC_SERIES_AT32F415) || \
- defined (SOC_SERIES_AT32F421) || defined (SOC_SERIES_AT32A403A)
- /* disable dma request */
- i2c_dma_enable(handle->i2c_x, FALSE);
- #endif
- #if defined (SOC_SERIES_AT32F402) || defined (SOC_SERIES_AT32F405) || \
- defined (SOC_SERIES_AT32F423) || defined (SOC_SERIES_AT32F425) || \
- defined (SOC_SERIES_AT32F435) || defined (SOC_SERIES_AT32F437) || \
- defined (SOC_SERIES_AT32A423) || defined (SOC_SERIES_AT32M412) || \
- defined (SOC_SERIES_AT32M416) || defined (SOC_SERIES_AT32F455) || \
- defined (SOC_SERIES_AT32F456) || defined (SOC_SERIES_AT32F457)
- /* disable dma request */
- if(handle->comm.mode == I2C_DMA_MA_TX)
- i2c_dma_enable(handle->i2c_x, I2C_DMA_REQUEST_TX, FALSE);
- else if(handle->comm.mode == I2C_DMA_MA_RX)
- i2c_dma_enable(handle->i2c_x, I2C_DMA_REQUEST_RX, FALSE);
- #endif
- /* disable dma channel */
- dma_channel_enable(dma->dma_channel, FALSE);
- switch(handle->comm.mode)
- {
- #if defined (SOC_SERIES_AT32F403A) || defined (SOC_SERIES_AT32F407) || \
- defined (SOC_SERIES_AT32F413) || defined (SOC_SERIES_AT32F415) || \
- defined (SOC_SERIES_AT32F421) || defined (SOC_SERIES_AT32A403A)
- case I2C_DMA_MA_TX:
- /* enable tdc interrupt, generate stop condition in tdc interrupt */
- handle->comm.pcount = 0;
- i2c_interrupt_enable(handle->i2c_x, I2C_EVT_INT, TRUE);
- break;
- case I2C_DMA_MA_RX:
- /* clear ackfail flag */
- i2c_flag_clear(handle->i2c_x, I2C_ACKFAIL_FLAG);
- handle->comm.pcount = 0;
- /* generate stop condtion */
- i2c_stop_generate(handle->i2c_x);
- /* transfer complete */
- rt_completion_done(&handle->completion);
- handle->comm.status = I2C_END;
- break;
- default:
- break;
- #endif
- #if defined (SOC_SERIES_AT32F402) || defined (SOC_SERIES_AT32F405) || \
- defined (SOC_SERIES_AT32F423) || defined (SOC_SERIES_AT32F425) || \
- defined (SOC_SERIES_AT32F435) || defined (SOC_SERIES_AT32F437) || \
- defined (SOC_SERIES_AT32A423) || defined (SOC_SERIES_AT32M412) || \
- defined (SOC_SERIES_AT32M416) || defined (SOC_SERIES_AT32F455) || \
- defined (SOC_SERIES_AT32F456) || defined (SOC_SERIES_AT32F457)
- case I2C_DMA_MA_TX:
- case I2C_DMA_MA_RX:
- {
- /* update the number of transfers */
- handle->comm.pcount -= handle->comm.psize;
- /* transfer complete */
- if (handle->comm.pcount == 0)
- {
- /* enable stop interrupt */
- i2c_interrupt_enable(handle->i2c_x, I2C_STOP_INT, TRUE);
- }
- /* the transfer has not been completed */
- else
- {
- /* update the buffer pointer of transfers */
- handle->comm.pbuff += handle->comm.psize;
- /* set the number to be transferred */
- if (handle->comm.pcount > MAX_TRANSFER_CNT)
- {
- handle->comm.psize = MAX_TRANSFER_CNT;
- }
- else
- {
- handle->comm.psize = handle->comm.pcount;
- }
- /* config dma channel, continue to transfer data */
- i2c_dma_config(handle, handle->comm.pbuff, handle->comm.psize);
- /* enable tdc interrupt */
- i2c_interrupt_enable(handle->i2c_x, I2C_TDC_INT, TRUE);
- }
- }
- break;
- default:
- break;
- #endif
- }
- }
- }
- #ifdef BSP_USING_HARD_I2C1
- void I2C1_EVT_IRQHandler(void)
- {
- /* enter interrupt */
- rt_interrupt_enter();
- i2c_evt_isr(i2cs[I2C1_INDEX].handle);
- /* leave interrupt */
- rt_interrupt_leave();
- }
- void I2C1_ERR_IRQHandler(void)
- {
- /* enter interrupt */
- rt_interrupt_enter();
- i2c_err_isr(i2cs[I2C1_INDEX].handle);
- /* leave interrupt */
- rt_interrupt_leave();
- }
- #if defined(BSP_I2C1_RX_USING_DMA)
- void I2C1_RX_DMA_IRQHandler(void)
- {
- /* enter interrupt */
- rt_interrupt_enter();
- i2c_dma_isr(i2cs[I2C1_INDEX].handle);
- /* leave interrupt */
- rt_interrupt_leave();
- }
- #endif /* defined(BSP_I2C1_RX_USING_DMA) */
- #if defined(BSP_I2C1_TX_USING_DMA)
- void I2C1_TX_DMA_IRQHandler(void)
- {
- /* enter interrupt */
- rt_interrupt_enter();
- i2c_dma_isr(i2cs[I2C1_INDEX].handle);
- /* leave interrupt */
- rt_interrupt_leave();
- }
- #endif /* defined(BSP_I2C1_TX_USING_DMA) */
- #endif
- #ifdef BSP_USING_HARD_I2C2
- void I2C2_EVT_IRQHandler(void)
- {
- /* enter interrupt */
- rt_interrupt_enter();
- i2c_evt_isr(i2cs[I2C2_INDEX].handle);
- /* leave interrupt */
- rt_interrupt_leave();
- }
- void I2C2_ERR_IRQHandler(void)
- {
- /* enter interrupt */
- rt_interrupt_enter();
- i2c_err_isr(i2cs[I2C2_INDEX].handle);
- /* leave interrupt */
- rt_interrupt_leave();
- }
- #if defined(BSP_I2C2_RX_USING_DMA)
- void I2C2_RX_DMA_IRQHandler(void)
- {
- /* enter interrupt */
- rt_interrupt_enter();
- i2c_dma_isr(i2cs[I2C2_INDEX].handle);
- /* leave interrupt */
- rt_interrupt_leave();
- }
- #endif /* defined(BSP_I2C2_RX_USING_DMA) */
- #if defined(BSP_I2C2_TX_USING_DMA)
- void I2C2_TX_DMA_IRQHandler(void)
- {
- /* enter interrupt */
- rt_interrupt_enter();
- i2c_dma_isr(i2cs[I2C2_INDEX].handle);
- /* leave interrupt */
- rt_interrupt_leave();
- }
- #endif /* defined(BSP_I2C2_TX_USING_DMA) */
- #endif
- #ifdef BSP_USING_HARD_I2C3
- void I2C3_EVT_IRQHandler(void)
- {
- /* enter interrupt */
- rt_interrupt_enter();
- i2c_evt_isr(i2cs[I2C3_INDEX].handle);
- /* leave interrupt */
- rt_interrupt_leave();
- }
- void I2C3_ERR_IRQHandler(void)
- {
- /* enter interrupt */
- rt_interrupt_enter();
- i2c_err_isr(i2cs[I2C3_INDEX].handle);
- /* leave interrupt */
- rt_interrupt_leave();
- }
- #if defined(BSP_I2C3_RX_USING_DMA)
- void I2C3_RX_DMA_IRQHandler(void)
- {
- /* enter interrupt */
- rt_interrupt_enter();
- i2c_dma_isr(i2cs[I2C3_INDEX].handle);
- /* leave interrupt */
- rt_interrupt_leave();
- }
- #endif /* defined(BSP_I2C3_RX_USING_DMA) */
- #if defined(BSP_I2C3_TX_USING_DMA)
- void I2C3_TX_DMA_IRQHandler(void)
- {
- /* enter interrupt */
- rt_interrupt_enter();
- i2c_dma_isr(i2cs[I2C3_INDEX].handle);
- /* leave interrupt */
- rt_interrupt_leave();
- }
- #endif /* defined(BSP_I2C3_TX_USING_DMA) */
- #endif
- #if defined (SOC_SERIES_AT32F421) || defined (SOC_SERIES_AT32F425)
- void I2C1_TX_RX_DMA_IRQHandler(void)
- {
- #if defined(BSP_USING_HARD_I2C1) && defined(BSP_I2C1_TX_USING_DMA)
- I2C1_TX_DMA_IRQHandler();
- #endif
- #if defined(BSP_USING_HARD_I2C1) && defined(BSP_I2C1_RX_USING_DMA)
- I2C1_RX_DMA_IRQHandler();
- #endif
- }
- void I2C2_TX_RX_DMA_IRQHandler(void)
- {
- #if defined(BSP_USING_HARD_I2C2) && defined(BSP_I2C2_TX_USING_DMA)
- I2C2_TX_DMA_IRQHandler();
- #endif
- #if defined(BSP_USING_HARD_I2C2) && defined(BSP_I2C2_RX_USING_DMA)
- I2C2_RX_DMA_IRQHandler();
- #endif
- }
- #endif
- static void at32_i2c_get_dma_config(void)
- {
- #ifdef BSP_USING_HARD_I2C1
- i2c_handle[I2C1_INDEX].i2c_dma_flag = 0;
- #ifdef BSP_I2C1_RX_USING_DMA
- i2c_handle[I2C1_INDEX].i2c_dma_flag |= RT_DEVICE_FLAG_DMA_RX;
- static struct dma_config i2c1_dma_rx = I2C1_RX_DMA_CONFIG;
- i2c_handle[I2C1_INDEX].dma_rx = &i2c1_dma_rx;
- #endif
- #ifdef BSP_I2C1_TX_USING_DMA
- i2c_handle[I2C1_INDEX].i2c_dma_flag |= RT_DEVICE_FLAG_DMA_TX;
- static struct dma_config i2c1_dma_tx = I2C1_TX_DMA_CONFIG;
- i2c_handle[I2C1_INDEX].dma_tx = &i2c1_dma_tx;
- #endif
- #endif
- #ifdef BSP_USING_HARD_I2C2
- i2c_handle[I2C2_INDEX].i2c_dma_flag = 0;
- #ifdef BSP_I2C2_RX_USING_DMA
- i2c_handle[I2C2_INDEX].i2c_dma_flag |= RT_DEVICE_FLAG_DMA_RX;
- static struct dma_config i2c2_dma_rx = I2C2_RX_DMA_CONFIG;
- i2c_handle[I2C2_INDEX].dma_rx = &i2c2_dma_rx;
- #endif
- #ifdef BSP_I2C2_TX_USING_DMA
- i2c_handle[I2C2_INDEX].i2c_dma_flag |= RT_DEVICE_FLAG_DMA_TX;
- static struct dma_config i2c2_dma_tx = I2C2_TX_DMA_CONFIG;
- i2c_handle[I2C2_INDEX].dma_tx = &i2c2_dma_tx;
- #endif
- #endif
- #ifdef BSP_USING_HARD_I2C3
- i2c_handle[I2C3_INDEX].i2c_dma_flag = 0;
- #ifdef BSP_I2C3_RX_USING_DMA
- i2c_handle[I2C3_INDEX].i2c_dma_flag |= RT_DEVICE_FLAG_DMA_RX;
- static struct dma_config i2c3_dma_rx = I2C3_RX_DMA_CONFIG;
- i2c_handle[I2C3_INDEX].dma_rx = &i2c3_dma_rx;
- #endif
- #ifdef BSP_I2C3_TX_USING_DMA
- i2c_handle[I2C3_INDEX].i2c_dma_flag |= RT_DEVICE_FLAG_DMA_TX;
- static struct dma_config i2c3_dma_tx = I2C3_TX_DMA_CONFIG;
- i2c_handle[I2C3_INDEX].dma_tx = &i2c3_dma_tx;
- #endif
- #endif
- }
- int rt_hw_hwi2c_init(void)
- {
- int i;
- rt_err_t result;
- rt_size_t obj_num = sizeof(i2c_handle) / sizeof(i2c_handle[0]);
- at32_i2c_get_dma_config();
- for (i = 0; i < obj_num; i++)
- {
- i2cs[i].handle = &i2c_handle[i];
- i2cs[i].i2c_bus.ops = &at32_i2c_ops;
- if(i2cs[i].handle->i2c_dma_flag & (RT_DEVICE_FLAG_DMA_RX | RT_DEVICE_FLAG_DMA_TX))
- {
- at32_i2c_dma_init(&i2cs[i]);
- }
- rt_completion_init(&i2cs[i].handle->completion);
- at32_i2c_configure(&(i2cs[i].i2c_bus));
- result = rt_i2c_bus_device_register(&(i2cs[i].i2c_bus), i2cs[i].handle->i2c_name);
- }
- return result;
- }
- INIT_BOARD_EXPORT(rt_hw_hwi2c_init);
- #endif
|