ARMinator

Show:

What's happening?

  • Support for Luminary micros

    Hi, I have been running FreeRTOS on NXP's ARMs for a couple of years and for several reasons I'm now considering switching to Luminary micros. This may not be the best forum to ask, but I though this forum hosts quite a bit of knowledge regarding Luminary microcontrollers. By any chances, are they out there free C/C++ compilers for Luminary MCUs? If so, do they have any limitations?...

    2009-11-06 21:17:11 UTC in FreeRTOS Real Time Kernel

  • ls_getNext fails on FAT type test (v0.2.8)

    Hi, I'm trying to access each entry contained in the root folder of a microSD card of 512Mb. After successfully opening the root folder, ls_getNext fails checking the FAT type of the card. Apparently the only types supported are FAT12 and FAT16. I can insure the card is FAT16 though... any idea on how to get this to work?.

    2009-03-29 01:44:46 UTC in Embedded Filesystems Library

  • Followup: RE: Semaphore times out

    I thought I would also say that I tried to add the following code and it still fails: xSemaphoreGiveFromISR(mySemaphore, &dummy); if(pdTRUE == dummy) { portYIELD_FROM_ISR(); }.

    2009-03-22 05:09:32 UTC in FreeRTOS Real Time Kernel

  • Semaphore times out

    Hi, I have added a tick hook that counts ticks and give a semaphore periodically using xSemaphoreGiveFromISR. A task waits on this semaphore using xSemaphoreTake and the maximum delay (portMAX_DELAY). I have an LED that shows when the semaphore is given and an LED showing when the semaphore is taken. The semaphore is given consistently from the ISR (the ISR LED blinks). You would expect...

    2009-03-22 05:02:45 UTC in FreeRTOS Real Time Kernel

  • xSemaphoreGiveFromISR from context of a task

    Hi, Sorry if this post appears twice, my first attempt seems to have failed. I need to write that piece of code that is generic enough that it allows giving a semaphore from the context of either an ISR or a task. Since an ISR must use xSemaphoreGiveFromISR to give semaphores, is it possible to use xSemaphoreGiveFromISR in the context of a task? If so, any cons with doing this? Jean.

    2009-03-20 12:30:37 UTC in FreeRTOS Real Time Kernel

  • Library footprint and benchmark

    Hi, thanks for providing such a library, it's been a while since I've been looking at something similar. Could you provide more information regarding the library's footprint and execution time for whatever processor you've tested this it on? Also, do you have any plans to move away from the vector library? Vectors tend not to be supported that well by embedded systems... Do you have any...

    2009-03-03 15:53:53 UTC in embXml: XML library for embedded systems

  • Followup: RE: freeRTOS, LPC2000: is it that complex?

    Yepee! got it! OpenOCD 0.1.0 works right of the install, after the lpc2129 target cfg file is converted to the Windows format... I'm now ready to run freeRTOS!

    2009-02-28 18:21:59 UTC in FreeRTOS Real Time Kernel

  • Followup: RE: freeRTOS, LPC2000: is it that complex?

    Yes, everything (openOCD, eclipse, GDB...) is running on the windows host.

    2009-02-28 16:46:42 UTC in FreeRTOS Real Time Kernel

  • Followup: RE: freeRTOS, LPC2000: is it that complex?

    Here is the config, once all the files are sourced. While there is a reference to reset_config, there is no reference to jtag_speed... debug_level 3 interface ft2232 ft2232_device_desc "Olimex OpenOCD JTAG" ft2232_layout olimex-jtag ft2232_vid_pid 0x15ba 0x0003 # Change the default telnet port... telnet_port 4444 # GDB connects here gdb_port 3333 # GDB can also flash my...

    2009-02-28 16:45:51 UTC in FreeRTOS Real Time Kernel

  • Followup: RE: freeRTOS, LPC2000: is it that complex?

    Hi, Thanks for the detailed answer. The board I'm running does not have an LED I can toggle... Shame. I have an LCD, a CAN bus port, serial port, but no LED... But rev 2 will for have one for sure! I tried to telnet openOCD on localhost but it does not look like any port (neither 3333 or 4444) are open. I double checked this running netstat -abov. No port open at 4444 or 3333. This is...

    2009-02-28 16:39:55 UTC in FreeRTOS Real Time Kernel

About Me

  • 2006-01-11 (4 years ago)
  • 1424705
  • jstoezel (My Site)
  • ARMinator

Send me a message