Discussion Title | Created date |
---|---|
Mailbox's vs Publisher/Subscriber model Guys, does anyone else see the similarities between mailbox's and publisher/subscriber models? Mailbox's transfer messages to tasks, (tcb identifiers used to target... |
Monday, 4 January 2021 - 21:36 |
rtos subscriber/publisher api When a publisher sends data into the API, do all the subscribers receive the data? |
Sunday, 6 December 2020 - 23:12 |
RTOS API calls you would like to see Okay, I have an RTOS that runs on the UC3 and ARM Cortex-A5. I'm interested in what API calls that are not normally supported that you would find useful? ... |
Sunday, 29 November 2020 - 20:51 |
compiler error This is the error I get when trying to compile a makefile after adding a few files. This part, "ddram/driv: No such file or directory" should read driver! 23:52:16 ****... |
Friday, 9 October 2020 - 22:57 |
#define function Guys, I have the following function: unsigned short RGBto565(unsigned char R8, unsigned char G8, unsigned char B8){ unsigned short return_color; unsigned char R5 = (R8 * 249... |
Tuesday, 15 September 2020 - 00:47 |
USB Protocol Analyzer Guys, could someone recommend a cheap USB protocol analyzer? Thanks freaks. |
Wednesday, 9 September 2020 - 00:15 |
Compiler Help!!! Guy, I get a strange error when I go to include more files in makefile to build. obj-y += examples/lcd/cerulean_filingsystem/exfat/clusters.o obj-y += examples/lcd/... |
Sunday, 6 September 2020 - 23:09 |
Adafruit_GFX.h Can I include #include <Adafruit_GFX.h> in a project that is not a adafruit project? Slán |
Monday, 31 August 2020 - 18:40 |
Unity 3D Is it possible to use Unity n the SAMA5D44???????????????????????????? Slán |
Friday, 28 August 2020 - 01:45 |
results from my artificial neural net run a small xor gate through the system and it came up with these results: A - B 0 0 0.002464 0 1 0.988089 1 0... |
Thursday, 23 July 2020 - 20:02 |
Does anyone play with the Cortex-A??? Is there many freaks playing with the Cortex-A? Just asking. |
Sunday, 19 July 2020 - 18:08 |
Solution for all errors Guys, a lot of the errors I was experiencing was due to a stack error. I was of by one in all my stack calculations when creating the task. Therefore the... |
Tuesday, 14 July 2020 - 16:05 |