Re: [Flashforth-devel] PIC18F14K50 and UART receive buffer size
Brought to you by:
oh2aun
From: Tristan W. <ho...@tj...> - 2020-02-19 19:39:51
|
Hello Mikael, Many thanks. Best wishes, Tristan On 18Feb20 21:33, Mikael Nordman wrote: > RXbuf larger than 32 bytes is not supported on PIC18F14K50 with USBCDC, > It would require some code changes to ff-pic18.asm. > > BR Mikael > > On 2020-02-18 19:36, Tristan Williams wrote: > > Hello, > > > > I am using Flashforth with a PIC18F14K50 and USBCDC. I am also using > > its UART and would like to increase the size of the UART receive > > buffer (which I think is RXbuf) to 64 bytes, which is larger than the > > maximum 32 bytes supported by the default linker file for the > > PIC18F14K50. > > > > Is there a way I can do this? > > > > All help gratefully received. > > > > Kind regards and thanks, > > > > Tristan > > > > > > > > _______________________________________________ > > Flashforth-devel mailing list > > Fla...@li... > > https://lists.sourceforge.net/lists/listinfo/flashforth-devel > > -- > -- > Mikael > > > _______________________________________________ > Flashforth-devel mailing list > Fla...@li... > https://lists.sourceforge.net/lists/listinfo/flashforth-devel > |