Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - FAQ

Pages: [1] 2
1
Hi

How can it be that my code hits a hard-fault but, if I let the hard-fault return and not stay in a forever loop, it continues running normally?

2
If I have a project that sometimes causes a SW watchdog reset - but not due to a fault such as a hard fault - how can I catch the cause if the watchdog time itself doesn't support an interrupt?

3
Is the use of uTaskerStateChange(OWN_TASK, UTASKER_GO);
as suitable method to allow a task to operate continuously to allow code that originally ran in a forever loop to be used in a task?

4
NXPTM M522XX, KINETIS and i.MX RT / Hard Fault Handler
« on: March 06, 2020, 11:09:02 PM »
There is a hard fault handler suggested  here: http://support.code-red-tech.com/CodeRedWiki/DebugHardFault, which is really useful as it tells you the program counter (and other info) when the hardfault occurred. It’s great for finding the source – maybe it’s something worth including in uTasker?

5
µTasker general / Updating bootloader from main application
« on: February 20, 2020, 11:13:34 PM »
I have used uTasker serial boat loader to update the main application via SdCard/ serial.

But is it possible to update serial boat loader from Main application?

6
µTasker general / Embedded Trace
« on: September 29, 2017, 01:40:43 PM »
Have you ever tried using Embedded Trace Buffer or ETM with embedded ARM microcontrollers? Usually I find I don't need it but it may help significantly especially with issues  that occur rarely and timing related issues.

7
µTasker general / Writing to a single UART from multiple tasks
« on: January 05, 2017, 09:18:48 PM »
If I have two tasks running and both need to access the same serial port, is there a mutex or semaphore method in uTasker?

8

I would like to receive files from a remote FTP server and save them to an SD card. I have seen that when I do this with the FTP client in the uTasker project the file's content is displayed on the debug interface - what needs to be done to save it to a file instead?

9
How do I understand the use of USER_LED_1, FIRST_USER_PORT etc.? - for example in the LPC17xx project.

10
µTasker general / memcpy() missing when linking with GCC
« on: August 02, 2012, 10:38:11 PM »
Although memcpy() is not used in a project it sometimes is reported as being missing by the GCC linker. Why is this?

11
µTasker general / PIC32 support
« on: May 06, 2012, 03:49:01 PM »
Hi

Any plans to support Microchip PIC32 in near future?

Regards

FAQ

12
Question:

I would like to work with both LPC21xx and LPC23xx parts and any using Rowely Crossworks. How do I change between the both?



13
NXPTM M522XX, KINETIS and i.MX RT / Kinetis CW10.1 Linker problem
« on: June 27, 2011, 10:10:38 AM »
Hi

When trying to build the the uTasker project on a 64 bit Windows PC the following linker error ocurred:

Quote
No library file found matching 'libC:/Program Files/Freescale/CW MCU v10.1/MCU/ARM_EABI_Support/ewl/EWL_Runtime/Runtime_ARM/Mathlib/lib/
FP_fixedI_Thumb_LE_v7M.a{.dylib|.a}' or 'C:/Program Files/Freescale/CW MCU v10.1/MCU/ARM_EABI_Support/ewl/EWL_Runtime/Runtime_ARM/Mathlib/lib/
FP_fixedI_Thumb_LE_v7M.a'

Why is this?

Regards

FAQ



14
Luminary Micro TM LM3SXXXX / Adding LM3S811 and LM3S611 configurations
« on: April 08, 2011, 10:42:37 PM »
What do I need to do to add configurations for the LM3S811 and LM3S611 parts?

15
Luminary Micro TM LM3SXXXX / PWM generation
« on: December 25, 2010, 03:10:08 PM »

How do we configure 8 channel PWM timer hardware block(for LM3S1776) in uTasker?


Pages: [1] 2