We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
안녕하세요. W5300 과 TMS320F28377d 을 이용하여 udp 통신을 개발하고 있습니다.
ioLibrary_Driver 에 개선했으면 하는 점이 있어 이슈 오픈합니다.
28377d 와 같은 mcu 는 char 나 unsigned char 형을 16비트로 사용합니다. 따라서 하기 캡쳐와 같이 해당 라이브러리를 수정해야 동작에 이상이 없습니다.
검토하시고 업데이트 했으면 합니다.
감사합니다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
안녕하세요.
W5300 과 TMS320F28377d 을 이용하여 udp 통신을 개발하고 있습니다.
ioLibrary_Driver 에 개선했으면 하는 점이 있어 이슈 오픈합니다.
28377d 와 같은 mcu 는 char 나 unsigned char 형을 16비트로 사용합니다.
따라서 하기 캡쳐와 같이 해당 라이브러리를 수정해야 동작에 이상이 없습니다.
검토하시고 업데이트 했으면 합니다.
감사합니다.
The text was updated successfully, but these errors were encountered: