Posted on May 17, 2011 at 09:54Hi all, I believe the CAN Bit Timing parameters given by the ST FW Lib in the 91x_can.c file are set for PCLK of 8MHz. Code: /* array of pre-defined timing parameters for standard bitrates*/ u16 CanTimings[] = { /* val...
Posted on May 17, 2011 at 09:51Hi all, Does anyone have the linux driver for the Virtual Com Port project? Basically I want my STR9 device to communicate with a Linux machine via USB port. Regards,
Posted on May 17, 2011 at 09:50Hi jilisegiar, I tried erasing the chip using JlinkSTR91.exe according to: http://null1) Perform full chip erase. Code:Connecting to STR9: O.K. J-Link>erase 0,ffffffff Erasing flash... J-Link>showconf Reading flash con...
Posted on May 17, 2011 at 09:50I am trying to understand the sample bootloader provided by ST as I need to port it from IAR to RIDE7(gcc) environment. To begin, I tried to write a simple blinking LED application and load it into Flash Bank 1, but fa...
Posted on May 17, 2011 at 09:36Hi, I tried to port the IAP project supplied by ST (for IAR) into RIDE7 environment. But I did it without any success. I couldn't even build the project. I believe both my linker and startup script are not correct. Can...