This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 8k limit for serial buffer for at91eb40a


On Tue, Jan 25, 2005 at 11:14:01PM -0800, Harshit Suri wrote:
> The configtool gives an error if I try to set the buffer size > 8K for 
> serial B in "Serial Device Drivers"
> User guide of At91R40008 says max data receive/transmit buffer counter 
> can be 64KBytes. if i try to make it 64K Bytes in configtool it gives an 
> unresolved conflict.
> 
> any advice ?

Take a look at packages/devs/serial/arm/at91/current/cdl/ser_arm_at91.cdl

You will find that the options which control the size of the buffer
have a legal_values 0 to 8192 statement. Edit this and set a bigger
range. 

        Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]