Posted on August 01, 2014 at 17:121. As hardware debugger use Discovery board. It's cheap, and you can use its own MCU as target. Or use Chinese clone of ST-LINK - lots of them on ebay. 2. As IDE and software debugger I reccomend to use IAR EWB. It'...
Posted on August 01, 2014 at 17:05The SWIM pin must be pulled up to Vcc with 470-680 Ohm resistor. When I tried to use 1k resistor, I was getting problems similar to yours.
Posted on August 01, 2014 at 16:57Hi, Vance. Your code looks a little bit redundant, as for me. Here's the code I use to send consequence of bytes via RS485 using STM8 MCU: #include <iostm8s003f3.h> #define TX_ENABLE PD_ODR_ODR4 void RS485_send_pack...