Posted on September 17, 2012 at 07:12Hello every1, I've been using the keil MDK compiler for a long time. Due to some circumstances i have to use Altium Tasking toolset. As i was trying to compile one of the peripheral example(Flash Prog...
Posted on September 13, 2012 at 02:32Hello Every1, Recently, i've been getting a weird error message from my STM32F4 discovery board. After the compilation, when i tried to enter the debug mode the following error message is displayed ''Ca...
Posted on September 10, 2012 at 04:03Hello every1, few days ago i had a problem with uart tx and nw i have solved that problem. so my tx is working fine now. my rx is working too but very slow and gets junk values. below is my code. int main(void) {...
Posted on September 03, 2012 at 09:20Hello, I was using UART4 pin PA0 and PA1 for my project. I have done all the initialization procedures right but ended up getting junk values at the output. below is my initialization function. void UART_LowLevel...
Posted on September 13, 2012 at 09:24thnx clive! but that didn help me. Everytime it occurs it resets my system and runs my code one more time. I believe its coz of the flash erase(from example code). When i remove the flash erase part it does not o...
Posted on September 10, 2012 at 07:50 thnx vinoth! i found the problem. it was my interface ic. i was then trying to read a text file(40 KB) using hyperterminal. I can read a part of the file perfectly(say 15-20 lines) and some part is not c...
Posted on September 04, 2012 at 07:04Hello, Unfortunately, i don hav max232 at the moment and cud never get it at earliest. All i have is max3222cpn and max237cng. Can any1 suggest which is the better option here. thnx
Posted on September 04, 2012 at 03:04 Hi Clive, I found the below suggestion in another forum. Do u think this is my problem: your PC is expecting data in the ‘official’ RS232 -3V to -15V / +3V to +15V range. The 3.3V from the STM32F...