Discussion Title | Created date |
---|---|
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 |
api_system_gateway could not be resolved Guys, just tidying up some code. I have the following defined in a header file called "api_gateway.h" #define api_system_gateway()\ \ volatile bool SystemConfiguration =... |
Tuesday, 14 July 2020 - 03:42 |
8 byte alignment Guys, how do I align address to 8 bytes? For example, how would I align the following: // Allocate Memory for the Stack tcb->stack_allocation = (unsigned char *)... |
Friday, 10 July 2020 - 20:56 |
error with c++ on the stack Okay, I have the following small function that generates a random number: float random_weight_ (void){ extern struct NMEAGPRMC NMEA_GPRMC; // compute time for seed, entropy... |
Friday, 10 July 2020 - 20:24 |
simple assembly help Hi freaks, I'm not very good at assembly. I need to load the floating point execution register with a value. Cn you help? I have the following but it is not working... |
Saturday, 4 July 2020 - 16:17 |
what system calls would you like to see in an RTOS I asked this before but it was moved to the desolate forum, i.e Cortex-A5. This question is a general question on all microchip MCU/MPU. Okay, and the question is, what... |
Thursday, 2 July 2020 - 21:31 |
Is there anybody out there? Post if you read this message. Wm. |
Saturday, 27 June 2020 - 15:36 |
creating a task context Guys, I'm having trouble with floats in my RTOS tht I have ported to SAMA5D44. I think the error is caused by the function that creates the context for the floating... |
Friday, 26 June 2020 - 16:31 |