Posted on May 17, 2011 at 09:53Hi I am implementing the UART bootloader available at ST's website for my STR912 evalboard from Hitex (rev. H). Has anyone figured out how to set up HiTOP so that the flash banks are remapped in hardwar and which the c...
Posted on May 17, 2011 at 09:52Thank you for your replies I changed the code to SCU_APBPeriphClockConfig(__GPIO6, ENABLE); but no change. rgreenthal: What do you mean? I have the latest revision of the library and the codes in the 91x_tim.c matches ...
Posted on May 17, 2011 at 09:52Hi I am using the Hitex STR912 eval board (HiTOP + GCC toolchain) and I want to set up a timer that toggles a GPIO pin (I want to make a software pwm later on). The original timer interrupt toggles GPIO 4.1, but I want...
Posted on May 17, 2011 at 09:50Thanks for your reply. I tried the following code: //GPIO7 has pushbuttons connected to 7.4-7.7. button pressed = pin low. otherwise // high thanks to a pull-up resistor. GPIO_StructInit(&GPIO_InitStructure); GPIO_...