Search Results
Search results 1-8 of 8.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Hi Marius, Sorry for the late reply, holidays here. Did lots of testing and here's one thing I observed wrt sd cards and let me share the same with you: So I tried bootloading process using various SD cards, 5nos 4GB, 2nos 8GB and 1 32GB. 4GB sd cards behaved similarly as mentioned above - 1 to 2/10 times the bootloader is unable to mount/access sd card. While the 8GB sd cards have not displayed any such issue - tried around 250+ times. I've also tried with 32GB sd cards, was not able to replica…
-
I tried enabling interrupts at start OS_DecRI(); and even that didn't help. Anything else that I can try? Edit: If I check the disassembler, here's the sequence 1. OS_TerminateError 2. OS_InitKern_STD 3. OS_Delay ------ The code gets stuck here seems like a while(1) loop 4. OS_SetTaskContextExtension 5. OS_WaitEventTimed
-
Hi Til, Thanks for the quick reply. That's exactly what I'm testing, by removing : OS_IncDI(); I don't call the OS_Delay routine. It seems to be an internal call. Yes, ours is a full licensed copy - object code license and hence I was unable to dig deeper. *Edit: Even after removing OS_IncDI(); the issue persists. Regards, Gautam
-
Hi, We're using embOS v4.22. I observed that sometimes ie 1-2/10 times the code gets stuck in OS_InitKern_STD; precisely in: OS_Delay called after OS_InitKern_STD. The portion of the attachment behaves like a recursive code forever. Can you help me understanding why this happens? My Main looks like this: Source Code (12 lines) Regards, Gautam