Posted on May 17, 2011 at 13:18Hi all, I'm trying to integrate the STM3210B-EVAL MSD demo software with my own application on my own design PCB. Is the controlled 1k5 pull up resistor necessary for correct operation ? Has anybody successfully used a...
Posted on May 17, 2011 at 13:17I'm doing it at the moment. http://dev.forums.reprap.org/read.php?12,23458 The steppers are easy, it's the USB I'm having problems with, integrating mass storage functionality and SD card, to be specific. Graham Daniel
Posted on May 17, 2011 at 13:14A further note, If I experiment with code changes in the area that is affecting my reset from bootloader, then I can cause erratic operation of my code in interrupt which operates my motors. If I were using the STM32 f...
Posted on May 17, 2011 at 13:14Thanks ST7, This is all new to me. after looking in the raisonance project for linker related information, I found a map file with the project's name. I can see .isr_vector starting at 0x08000000, and then there are a ...