Re: [Sdcc-user] STC8A8K64S4A12 UART?

2020-06-11 Thread Philipp Klaus Krause
Am 11.06.20 um 21:14 schrieb Eric Rullens: > Is there anything connected (e.g. a USB connector for programming) to P3.0 > and P3.1? Yes. CH340G used for programming via the bootloader (using stcgal), and to be used later to get the serial data. Worked for me on the STC89C52RC. The STC8A8K64S4A12

Re: [Sdcc-user] STC8A8K64S4A12 UART?

2020-06-11 Thread Eric Rullens
work as expected? Eric > -Original Message- > From: Philipp Klaus Krause [mailto:p...@spth.de] > Sent: donderdag 11 juni 2020 16:45 > To: sdcc-user@lists.sourceforge.net > Subject: Re: [Sdcc-user] STC8A8K64S4A12 UART? > > Am 07.06.20 um 22:22 schrieb Philipp

Re: [Sdcc-user] STC8A8K64S4A12 UART?

2020-06-11 Thread Philipp Klaus Krause
Am 07.06.20 um 22:22 schrieb Philipp Klaus Krause: > Am 07.06.20 um 21:41 schrieb Eric Rullens: >> Just a wild guess after browsing the manual: the UART pins can be selected >> via S1_S[1:0] in P_SW1, and this setting does not seem to have a default? >> >> Eric > > Interesting find, but when I

Re: [Sdcc-user] STC8A8K64S4A12 UART?

2020-06-07 Thread Philipp Klaus Krause
Am 07.06.20 um 21:41 schrieb Eric Rullens: > Just a wild guess after browsing the manual: the UART pins can be selected > via S1_S[1:0] in P_SW1, and this setting does not seem to have a default? > > Eric Interesting find, but when I try explicitly setting it to 0, it it doesn't make a

Re: [Sdcc-user] STC8A8K64S4A12 UART?

2020-06-07 Thread Eric Rullens
er > Subject: [Sdcc-user] STC8A8K64S4A12 UART? > > I'm trying to get a simple "Hello world" running on a > STC8A8K64S4A12 Development Board. > However, so far, I've gotten nowhere. > > I see no activity on the serial lines (the board has LEDs > attac

[Sdcc-user] STC8A8K64S4A12 UART?

2020-06-07 Thread Philipp Klaus Krause
I'm trying to get a simple "Hello world" running on a STC8A8K64S4A12 Development Board. However, so far, I've gotten nowhere. I see no activity on the serial lines (the board has LEDs attached to P3.o and P3.2, the RxD and TxD pins, so if there was any activity, I should at least see the LEDs