Posted on May 17, 2011 at 13:37I'm a big doxygen fan so I can see why ST did this - to make life easier for ST (but unfortunately not for you). Two solutions: 1) You convert chm to PDF 2) ST configure doxygen to also produce pdf (I know it can produ...
Posted on May 17, 2011 at 13:34ST7, not sure who your comments are aimed at but to be clear I never said you shouldn't check the return value of malloc. The reason I put worst case in quotes was to highlight that this was not easy too define and yes...
Posted on May 17, 2011 at 13:34I can count on one finger the amount of times I've used malloc in an embedded application. Not using all the array is the same as not using all the heap. If you malloc too much you will overflow the heap size in the sa...
Posted on May 17, 2011 at 13:33I also wrote my own based on the ST code and some code Lanchon posted. Mine is hacked to be OS friendly and I write/read to it in exactly the same way I do for USART based serial ports. It's a pity this isn't an open s...
Posted on May 17, 2011 at 13:32Never had to do it so can't help. I think you may have to move the ISR into RAM not just the IVT. Maybe someone else can comment.