2014-06-22 09:08 AM
Hi,
I am debugging my project. I can ''step one line'' each time to walk through it, but when I let it run freely, or ''step over the current line'', or ''step out of current function'', it crash. Please help.2014-06-26 02:52 AM
Dear Clive 1,
Thanks a lot. The ADC problem seems be solved. But new problem rises up, PWM doesn't have output. I have attached the map file. Could you please have a look? Thanks2014-06-27 01:39 AM
2014-06-27 02:29 AM
Sorry, I thought I had responded to this yesterday, but appears I didn't or the forum ate it.
I'm not sure the .MAP helps in this case, it's probably more a case of configuration and settings, and whether the functions to set up the pins/timer have been called, and are functioning correctly.2014-06-27 02:35 AM
please forget the previous .Map file, use this one instead.
Thanks ________________ Attachments : STM32F429I-Discovery.map : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006I03R&d=%2Fa%2F0X0000000bSq%2Fd.gn79YhLokbZUAxmbodc2opGXQXomS3cAvynzAjs0o&asPdf=false2014-06-27 08:09 AM
I don't think this is a linkage issue, you need to review the code, and confirm the configuration routines are called, and the peripheral is being programmed.
2014-07-02 01:04 PM
Thanks a lot, finally I have a function of ADC and PWM . But new problem rises:
It work non stop, how to add this function to back ground?