Posted on February 16, 2018 at 12:58We have LIN slave driver. We are sending the LIN commands from LIN master (A PC application). However, the data packets are missing to be received on LIN slave side. Any suggestion, how to debug/detect this?
Posted on June 07, 2016 at 15:00We are facing issue to generate the binaries for our target microcontroller. The details/settings are as below.Microcontroller - STM8AF6246ST Visual Develop - version 4.3.9Cosmic compiler - version 7.5.1Memory model -...
Posted on June 08, 2016 at 08:50Even we have also faced similar issue. It is undestood from Luca's update that it is generally normal. However, for us the differently generated binary fails to work, the software is not working the way it should.Any ...
Posted on June 08, 2016 at 08:44Did you set the toolset root path in the STVP project?You can find this in the Project Settings -> General tab -> Toolset info -> Tick the checkbox for ''Project specific toolset path''. Then in the box below will be ...
Posted on June 08, 2016 at 08:38Update: We found that there were different versions of ST Visual Developer and Cosmic compiler for STM8 MCU. We installed same version and the binary checksum are same.It has resolved the problem for now for us.Howeve...