Discussion Title | Created date |
---|---|
running code from sd card Is there away to run say a program from sd card when I have the system setup to run from DDR??????????? Just out of curiosity lads! |
Wednesday, 10 March 2021 - 21:17 |
Extended MNIST Guys, I'm running the extended mnist dataset through a neural net but the error rate is shocking. In and around 12%. Has anyone suggestions on improving this. ... |
Saturday, 6 March 2021 - 19:49 |
Extended MNIST Guys, I looking at the file that contains the emnist labels but it looks like garbage? Any suggestions? |
Wednesday, 17 February 2021 - 17:28 |
Exponential Function Guys, I have a function that returns an exponential graph. It starts at 0.4 falling to 0.2. This works. However the exponential starts at 0.4 falling slow and... |
Monday, 15 February 2021 - 18:19 |
Exponential Function Guys, could one of you show me how to implement a exponential function starting at 0.4 falling away to zero, faster at the start but slower has time goes on and have a... |
Wednesday, 3 February 2021 - 00:46 |
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 |