ST意法半导体
直播中

李淳鑫

7年用户 210经验值
私信 关注
[问答]

STM8/128演示fw损坏

ST提供的STM8 / 128-EVAL演示固件已损坏:


它没有正确启用TX线的输出引脚。因此,在应该使用它们的adc演示中,您永远不会在USART上看到任何内容。

菲利普

P.S。:我已经为STM8 / 128-EVAL提供了一个简单的工作USART演示

http://www.colecovision.eu/stuff/stm8/

它以1200波特,1个停止位重复输出''Hello world!''。

以上来自于谷歌翻译


以下为原文




The STM8/128-EVAL demo firmware provided by ST is broken:


It does not correctly enable the output pins for the TX lines. Thus you will never see anything on the USARTs in the adc demos that are supposed to use them.

Philipp

P.S.: I've put a simple, working USART demo for the STM8/128-EVAL at

http://www.colecovision.eu/stuff/stm8/

it repeatedly outputs ''Hello world!'' at 1200 baud, 1 stop bit.

回帖(4)

李淳鑫

2019-2-22 11:22:42
我用一个9600波特替换了一个演示。

以上来自于谷歌翻译


以下为原文





I replaced the demo by one for 9600 baud.
举报

李淳鑫

2019-2-22 11:35:21
根据演示,我在STM8 / 128-EVAL上使用sdcc编写了一个关于串行I / O的简短教程:
 
 
 http://www.colecovision.eu/stm8/128-EVAL%20Serial.shtml
 
 菲利普

以上来自于谷歌翻译


以下为原文





Based on the demo I wrote a short tutorial on serial I/O using sdcc on the STM8/128-EVAL:


http://www.colecovision.eu/stm8/128-EVAL%20Serial.shtml

Philipp
举报

h1654155275.5809

2019-2-22 11:52:23
我注意到了一个小问题。
 
 
这些html行:
#include< stdint.h>
 
#include< stdio.h>
 
 
在浏览器中显示为空“#include”。

以上来自于谷歌翻译


以下为原文





I noticed a little problem.


These html lines:
#include

#include


are shown as empty '#include' in the browser.
举报

李淳鑫

2019-2-22 12:03:35
谢谢。它现在已修复(在受影响的所有三个教程中)。
 
 
 菲利普

以上来自于谷歌翻译


以下为原文





Thanks. It is fixed now (in all three tutorials that were affected).


Philipp
举报

更多回帖

发帖
×
20
完善资料,
赚取积分