WORK/HARDWARE
CSR 특정 보레이트 설정
KANG Stroy
2008. 10. 31. 12:31
728x90
728x90
Baud rate = pskey_value/0.004096
Some common values are:
38k4 baud - 157 (0x009d)
57k6 baud - 236 (0x00ec)
115k2 baud - 472 (0x01d8)
230k4 baud - 944 (0x03b0)
460k8 baud - 1887 (0x075f)
921k6 baud - 3775 (0x0ebf)
1382k4 baud - 5662 (0x161e)
The maximum rated speed for the UART hardware is 1.5 Mbaud, although
this key can be set to a higher value.
The BCCMD command "Config_UART" enables the host to set the UART
to a different Baud rate after booting, but the change is lost
when the firmware reboots.
특정 보레이트가 38500 이면
38500*0.004096 = 157.696
hex로 변경 하면 0x009D로 변경 된다. 에러율이 있으니 정확한 보레이트를 설정을 해야합니다.
위의 에러율은 38k4보다는 높겠죠
아닌가? 에러율을 한번 계산해 보세요 해봐야 하나 흠
728x90