ciaa / firmware_v1

Firmware de la CIAA
http://www.proyecto-ciaa.com.ar
126 stars 120 forks source link

NXPs: ciaaDriverDio.c differs for cortexM4 and cortexM4 #447

Closed mabeett closed 7 years ago

mabeett commented 7 years ago

In the current master (8a8e48f55cc4ffb8f6cb19e1688fe05496208ff5) the files modules/drivers/cortexM4/lpc43xx/lpc4337/src/ciaaDriverDio.c and modules/drivers/cortexM0/lpc43xx/lpc4337/src/ciaaDriverDio.c differs one from another.

The ciaaDriverDio_dioType ciaaDriverDio_Outputs[] are differents for edu-ciaa-nxp.

ciaa_lpc4337_readPins() and ciaaDriverDio_write() functions implementation differs one from another.

mabeett commented 7 years ago

ciaa/Hardware@37110a6773f979839449b962433c38f5da111aa8 edu-ciaa-nxp does not use GPIO Ports GPIO3[0], GPIO3[3] and GPIO3[4]. I saw my edu-ciaa-nxp and there are no vissible paths in this pins.

m4v commented 7 years ago

edu-ciaa-nxp does not use GPIO Ports GPIO3[0], GPIO3[3] and GPIO3[4]. I saw my edu-ciaa-nxp and there are no vissible paths in this pins

I believe I used those ports in the edu-ciaa-nxp, they are routed to the GPIO0, GPIO1, GPIO2 pins in the P2 connector.

mabeett commented 7 years ago

I believe I used those ports in the edu-ciaa-nxp, they are routed to the GPIO0, GPIO1, GPIO2 pins in the P2 connector.

I was absolutly wrong. I will close this issue and open one with only the observationgs regarding the differents files.

Thanks