Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [mqx]

for questions about MQX RTOS, a real-time operating system generally used in embedded systems

mqx
1 vote
0 answers
22 views

MCUXpresso with MQX 4.2 : Kinetis MK64FN1M0VLQ12

I'm compiling an old Code Warrior v10.6 (Freescale) project with MQX 4.2 in MCUXpressov11.9.1 (NXP). I want to continue to use MQX 4.2 in MCUXpresso. I can't resolve the following error on the MQX ...
sablam's user avatar
  • 59
0 votes
0 answers
119 views

Is it possible to use other C++ standard library implemention, Libc++ on MQX

I am new to MQX. The MQX I am using has its own standard library implementation. It does not support std::shared_ptr nor std::unique_ptr. Is anyone successfully using another version (e.g the gnu ...
r0n9's user avatar
  • 2,659
0 votes
1 answer
431 views

Unable to find MQX 4.2.0.1 / 4.2.0.2

I am trying to download patches 4.2.0.1 or 4.2.0.2 for NXP MQX 4.2.0 operating system. However, it seems that all links have been removed by NXP and that now they make available only MQX 5 (upon ...
Fabius Wiesner's user avatar
0 votes
0 answers
315 views

what is the solution when compiler cannot find user defined datatypes from included .h file?

Hello Stack Overflow community, I have a very strange compiler error when I try to compile an example code for USB keyboard device application that I got from Freescale MQX. In usb_descriptor.c it ...
OmkarK's user avatar
  • 189
0 votes
0 answers
529 views

RapidJSON cross compling fails on parsing JSON

I'm facing problems with RapidJSON using on my embedded target. Under Windows everything works like a charm. The following simple test does not work on my target: #include "rapidjson/document.h" #...
TR GT's user avatar
  • 1
3 votes
1 answer
4k views

Is possible to use ESP8266 as a network adapter?

I have a IoT solution based on Freescale/NXP FRDM-K64 board and the MQX operating system, communicating to the Internet with Ethernet. Now I would like to change from Ethernet to Wi-Fi. The ESP8266 (...
Luís Rigoni's user avatar
0 votes
1 answer
434 views

USB performance issues

I am trying to transfer data over USB. These are packets of at most 64 bytes which get sent at a frequency of 4KHz. This gives a bit rate of about 2Mb/s. The software task that picks up this data ...
user3518961's user avatar
1 vote
1 answer
2k views

MQX configure interrupts on an input pin example code/tutorial

I'm new to freescale MQX and I'm trying to set up interrupts on an input pin using MQX functions (just in case we'd like to change MPU). I couldn't find any good tutorials... Can somebody point me to ...
fakr00n's user avatar
  • 103
3 votes
0 answers
4k views

python TCP window size

I am writing a python script to communicate with a embedded system that is running Freescale's MQX RTOS. I have to choose the RX window size in MQX and, for now, I have left it at its default value of ...
mccartyn's user avatar
1 vote
0 answers
3k views

Configure interrupt handler for different GPIO pins of same port

I want to use 5 Gpios as user input buttons in mqx TWRK60D100. I followed configuration as #define LEFT_BUTTON (GPIO_PORT_E | GPIO_PIN26) #define LEFT_BUTTON_MUX_IRQ (...
Shihab's user avatar
  • 533
-2 votes
1 answer
128 views

How long does it take to extend the functionality of a pos terminal? [closed]

How long does it take to extend the functionality of a pos terminal? I don't have any idea how long does it take to develop / extend functionality of a POS terminal. I have a friend who is asking me ...
RGAT's user avatar
  • 486
2 votes
2 answers
833 views

MQX 4.0.1 program Not Compiled with GCC

I am using TWR-K20D72M and I opened a Sample program which is given in the MQX 4.0.1 Demo examples. When I choose Build tool option as Freescale the program compiles OK but When I choose Build tool ...
Yogesh patel's user avatar
  • 1,351
1 vote
1 answer
1k views

MQX Lite LED task not work

I am using FRDM-KL25Z arm board from freescale and I have successfully Written LED blink program using code warrior IDE. I am also able to run all the sample program from freescale start up kit. Now ...
Yogesh patel's user avatar
  • 1,351
0 votes
2 answers
3k views

Free/Open Source GUI designer with xml output that could be customized (screensize, widgets)?

we are developing GUI using eGUI under MQX RTOS (ARM Cortex M4). Instead of hardcoding widgets, callbacks etc on each screen we would like to use a tool to desing GUI screens graphically, then ...
user2064070's user avatar
2 votes
2 answers
385 views

MQX RTCS configuration properties

Hi has anione worked with MQX ? I do not know how to set BSP_ENET_DEVICE_COUNT in order to test the enet demo ...
cataHHH's user avatar
  • 223

15 30 50 per page