User Activity

Posted on April 03, 2014 at 10:11 Hi I'm using STM32f4 i was trying this code: int main() { signed long sArg; double dArg; sArg = ( signed long ) dArg; } the build is ok , but when tryin to program the target i got ''n...
Posted on April 01, 2014 at 16:44hi,i added a function ( not an ISR )  to the stm32f4xx_it.c file.when i call it from main() i couldn't program the .elf file to the target ( using the segger )  getting ''no source available for 0x0''.does someone kn...
Posted on March 31, 2014 at 12:53hi,i use the stm32f407 with atolic TrueSyudio.on the evaluation board ( stm3240G-Eval) things were OK.when i start working on our new board, different code lines (which i dont understand the common  ) cause the debug...