DAPLink icon indicating copy to clipboard operation
DAPLink copied to clipboard

Moving HICs to use CMSIS UART Drivers

Open mbrossard opened this issue 3 years ago • 3 comments

Based on @flit's work on lpc55xx. Using kl27z as an example.

(ping @gerargz, @microbit-carlos)

mbrossard avatar Nov 01 '21 14:11 mbrossard

I love the smell of progress.

0Grit avatar Nov 01 '21 14:11 0Grit

Just quick information. The original lpc55xx/uart.c contains typo around line 109.

    case UART_DATA_BITS_7:
        control |= ARM_USART_DATA_BITS_6;
        break;

ARM_USART_DATA_BITS_6 has to be ARM_USART_DATA_BITS_7, I think.

tarokajya avatar Nov 03 '21 08:11 tarokajya

@tarokajya: nice catch, I opened #888 for that (and other) typos.

mathias-arm avatar Nov 04 '21 14:11 mathias-arm