Questions tagged [rtx]
46 questions
1
vote
0 answers
Issue with Keil RTX with message queue
I have an issue using Keil rtx message queue. I have two following threads: send_thread and receive_thread.
Pseudo code:
send_thread
{
int16_t array1[20];
int16_t array2[20];
int16_t array3[20];
int16_t *common_array[3]
common_array[0] =…

MantasD
- 11
- 3
1
vote
2 answers
Microsoft Windows Embedded Studio download
I have a Win XP Embedded machine (WES2009), that does not have preinstalled "Microsoft Windows Embedded Studio" (MSWES).
I need MSWES as a preposition for development (RTX by IntervalZero).
All I found on MS site related to this product is docs:…

Sold Out
- 1,321
- 14
- 34
1
vote
2 answers
Running mstest *without* it using a ThreadPool
I'm writing some managed code to wrap a the native calls for IntervalZero's RTX product. RTX basically enables real time coding under Windows by setting up a kernel proxy. What's important here is that RTX generates the proxy when DllMain gets…

ctacke
- 66,480
- 18
- 94
- 155
0
votes
2 answers
Software interrupts, Keil MCB1700 evaluation board
I try to develop programs for MCB1700 evaluation board.
Is it possible to use software interrupts (SWI) without RTOS RTX?

Lucky Man
- 1,488
- 3
- 19
- 41
0
votes
0 answers
How to set threat affinity mask in RTOS for Arm processor through CMSIS layer?
How to set threat affinity mask in RTOS for Arm processor through CMSIS layer?
I am exploring a large codebase of earbuds made on CMSIS/ RTX5 rtos. This device runs in multiple co-processor. There are multiple threads for multiple features. I want…

Sazzad Hissain Khan
- 37,929
- 33
- 189
- 256
0
votes
0 answers
Does the RTX2070 graphics card not support DirectX 12 Feature Level 12_2?
My project uses shader model 6.6 that released by MS recently, but when I move the project from PC that have 3060 graphics card to 2070 super, debug layer says:
Unrecognized D3D_FEATURE_LEVEL (0xc200) for MinimumFeatureLevel. [ INITIALIZATION ERROR…

Shark_Bladder
- 67
- 7
0
votes
0 answers
RTX 3080 and CUDA 10.2
I am not familar with CUDA so there might be some mistakse in my coments.
I am currently using RTX 3080 and CUDA 11.4.
For my project, CUDA 10.2 is recommended,
So I used nvidia-docker and installed CUDA 10.2 but faced with this error.
ValueError:…

Dongri
- 1
- 2
0
votes
1 answer
Kubuntu installation while using RTX3090 leads to black screen -> Kubuntu is still running
I have a fresh Kubuntu 20.04 LTS installation on our lab server.
Everything in the installation process worked fine.
After installation the system boot but i only get a black screen.
Imho nouveau crashes bc of the unknown RTX3090, that's what the…

theSOMguy
- 1
- 4
0
votes
0 answers
My threads don't appear on Keil uvision's RTOS watch
I'm using Keil uVision with RTX5 RTOS and for some reason I can't see the threads I'm creating in the RTOS watch... I can only see the built in RTX idle thread and timer thread...
I've tested that my threads run with a breakpoint.

Danielos129
- 1
- 1
0
votes
1 answer
RTX Recursive Rendering
I am trying to achieve nice looking reflections with the unity RTX capabilities. Under the volume component, I have turned on recursive rendering:
I then set my material's rendering pass to be raytracing. The setting only allows for a ray length…

volairs22
- 83
- 6
0
votes
1 answer
stm32fx, RTX and external interrupts
I'm working on a project on a STM32F1x board with RTX RTOS and I need some external interrupt to work with some user input. For this reason I enabled an external interrupt to work with an input on pin A.0.
/* Handle PA0 interrupt: user input…

nidhogg
- 11
- 3
0
votes
1 answer
Training with Keras/TensorFlow in fp16 / half-precision for RTX cards
I just got an RTX 2070 Super and I'd like to try out half precision training using Keras with TensorFlow back end.
So far I have found articles like this one that suggest using this settings:
import keras.backend as…

Eduardo G.R.
- 377
- 3
- 18
0
votes
1 answer
Programming ESP8266 with rtx rtos
Is it possible to program ESP8266 wirh rtx rtos?
I know it’s possible to program with:
AT (terminal) commands,
Official ESP8266 SDK and Toolchain,
NodeMCU with eLua,
Arduino IDE.
Or may you suggest a wifi chip like esp8266 that
i program with rtx…

Exon
- 315
- 2
- 9
0
votes
1 answer
how training keras model on tpu of local rtx gpu
I use keras backend tensorflow.
I have RTX gpu on my local pc, and i want to training keras model on tpu(tensor core)
is there any method for this?

JaeWoo So
- 568
- 5
- 18
0
votes
1 answer
How to use Tensorflow GPU with CUDA 10 on RTX 2070?
in a few days I will setup my new computer with a RTX 2070.
I would like to user tensorflow GPU but I can't find compatible versions of CUDA and Tensorflow GPU.
As far as I know, I need CUDA 10 to benefit from the additional computing power of the…

Cal Blau
- 117
- 4
- 14