2006-05-31 12:17 AM
2011-05-17 12:29 AM
when are the str9 libs due to be released ?
Regards sjo2011-05-17 12:29 AM
Hi Sjo,
The library is expected to be released W21. Best Regards STARM2011-05-17 12:29 AM
Hi Sjo,
We have already done the needed correction in v1.1 of the library. As you have mentionned there was a small change in the lib v1.0 versus v0.1 (beta version) which has created the problems for you. ;) Sorry for the inconvenience, Best Regards, STARM2011-05-17 12:29 AM
I have been using the v0.1 version of the libraries with no problems.
Just downlaoded v1.0 from this website, not many changes except that without changes the code will not compile. Got it working now, just thought i would let you know of problems. changes are due to ENET_MAC and ENET_DMA defines. Is the code not tested before it is released? Regards sjo2011-05-17 12:29 AM
Many Thanks,
Just a few questions on the implementation of the libs. As the str9 supports both buffered and unbuffered access. The libs support this by using the Buffered define. This can cause problems as once defined the whole library is built in buffered mode, configure registers should only be accessed in unbuffered mode which now cannot be done with the library. My only suggestion is to have a buffered and unbuffered versions of all lib functions. Regards sjo