Low-Cost Microcontroller
WCH maschinell erzeugt
Zu CH552 haben wir kein Datenblatt mehr – der Hersteller hat die Datei offenbar zurückgezogen. Bei Google suchen.
Im Forum und im Wiki
-
Thread
How write to CH552 data flash
I would like so me help writing to CH552 data flash. I am able to write and read to/from standard flash memory but when I try to write to 0xC000 to 0xC0FF the CH552 reboots continuously. I tried just reading from 0xC000-0xC0FF without writing and the CH552 still reboots continuously. I have attached a text file showing how I try to write to data flash. This works OK if writing to flash below 16K. Regards, Bert
-
Thread
CH552 flash writes maximum number far greater than 200
The CH552 documentation states that the CH552 flash memory can be reprogrammed a minimum of "about 200 times under 5V power supply". I wrote a simple program to write to the same CH552 flash rom location
I'm using flash memory as a large non volatile storage space for variables. The main CH552 application software will only get programmed a few times but when using the application some variables need to be stored when the user changes them. There are about 32 bytes that need storing.
-
Thread
Ch55xduino, Arduino development package for ch55x
Hi, Im working on a CH552 project using ch55xduino IDE with a Development Board: “CH552 Core Board by WeActStudio” I trying to write a simple text “Hello,World" to an port port (31) TXD. But can not get the code working
-
Thread
ch55xduino - CH552 serial print to txd port
Hi, Im working on a CH552 project using ch55xduino IDE with a Development Board: “CH552 Core Board by WeActStudio” I trying to write a simple text “Hello,World" to an cpu port (31) TXD. But can not get the code working
-
Thread
Request help getting CH552 serial port working
Does anyone know how to get the CH552 serial port 1 configured and working? I can get serial port 0 working but can't get serial port1 working for the life of me. I configure the serial port1 this way but get no output: SCON1=0x70
have the following code: while(1) { SBUF1='A'; DlyMs(100); } TxD1 is on P1.7 (CH552T pin#5) Regards, Bert van den Berg New Zealand
-
Thread
CH552 serial receive and serial transmit at different baud rates?
I program the serial port0 to 4800 baud and it sends data at 4800 baud but only correctly receives data at 9600 baud. Any ideas?
Kennst du das offizielle Datenblatt zu CH552? Trag den PDF-Link ein.