-
> Alexander ,
>
> My name is Josep Maria Vernet , currently I’m working in a dspic project and looking for a tool for get it updated in field...
>
> The bootloader is implemented in my design , a…
-
Hi kriswiner. I have been following your work with imu. a few questions:
have you already tested mpu9250 using spi? The pass-through mode is only for I2C or SPI too?
I'm not using the pass-through mo…
-
Hi! I'm trying to use your library on some test project to learn something new, but with a simple "main" that only does this:
```
int main(void)
{
CEXCEPTION_T e = CEXCEPTION_NONE;
Try{
…
-
I am am compiling and running flatcc on a dsPIC using the XC16 compiler and generally having success with very minor tweaks.
When calling `finalize_aligned_buffer` it uses the `__portable_aligned_…
-
After validating the fix of q_enc reading bug, we want to develop a clear diagnostic that helps the user understand when e which type of error we can have on the q_enc readings.
Dod
- [x] definiti…
-
**Describe the bug**
Using the Ghidra emulation API, ghidra.pcode.emulate.executeInstruction fails to increment PC after execution for dsPIC30F6014 elf.
**To Reproduce**
Steps to reproduce the be…
-
The stack of a task could not be properly aligned if stack grows upwards(portSTACK_GROWTH > 0).
Possible call trace of the bug:
1. xTaskCreateStatic() creates a task, given stack buffer is only al…
-
Linux debian 5.10.0-14-686 #1 SMP Debian 5.10.113-1 (2022-04-29) i686 GNU/Linux
Try with : xc8-v1.45-full-install-linux-installer.run and xc8-v2.00-full-install-linux-installer.run
Compilation (mak…
ghost updated
2 years ago
-
**Describe the bug**
When the deprecated pre-processor constant MPLAB_DSPIC_PORT is undefined, the initialisation of xInitialStack has an incorrect size, resulting in stack corruption.
**Target**
…
-
Hello Kyle,
I would like to control the brightness of 3 led strips (red, blue, white) in the time.
For example function 1 : day 1 = 10%; day 2 = 15%; day 3 = 20 % ... day 15 to day 30 = 100%
fu…