hi
im using nrf52832 to driver my lcd by spi,so i need a high speed.but when i use its spi ,i found the length of spi is limited to 255 bytles .i browse other developer's post ablout the question ,
the answer given is that 52832's max length of spi transfer at once is 255 bytles. and i see this post
https://devzone.nordicsemi.com/f/nordic-q-a/30368/nrf52840-spi-transfer-buffer-length
to know that 52840 can more than 255 bytles at sdk15,now i use sdk15.3 to develop my product .so i want to know if i can change the limit ,let it beyond 255 bytles by modif soft at sdk15.3 ?
thanks!