Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

µC stürzt ab bei set sduino32 cc1101_bWidth >102 #253

Open
TheChatty opened this issue Mar 12, 2022 · 1 comment
Open

µC stürzt ab bei set sduino32 cc1101_bWidth >102 #253

TheChatty opened this issue Mar 12, 2022 · 1 comment

Comments

@TheChatty
Copy link

TheChatty commented Mar 12, 2022

Ich habe e8a6fca und PulseMin 30 und PulseMin 30 mit env:esp32_CC1101 kompiliert. Default ist eine Bandbreite von 325 kHz eingestellt, verstellt man diese, stürzt der ESP32 bei dreistelliger Bandbreite zu 99% ab.

version           V 3.5.0-dev+20210808 SIGNALESP cc1101 (chip CC1101) - compiled at Mar 12 2022 17:27:30
versionProtocols  1.44
versionmodul      3.5.4+20220310

Ein Absturz sieht auf der Konsole so aus:

Guru Meditation Error: Core  1 panic'ed (Cache disabled but cached memory region accessed)
Core 1 register dump:
PC      : 0x401574d4  PS      : 0x00060034  A0      : 0x8008112c  A1      : 0x3ffc0160
A2      : 0x000000d8  A3      : 0x00000000  A4      : 0x00060023  A5      : 0x00000001
A6      : 0x00060021  A7      : 0x00000000  A8      : 0x800810e2  A9      : 0x3ffc0140
A10     : 0x3ffc1c64  A11     : 0x000000d8  A12     : 0x00060021  A13     : 0x3ffb1bd0
A14     : 0x00000001  A15     : 0x3ffb8058  SAR     : 0x0000000d  EXCCAUSE: 0x00000007
EXCVADDR: 0x00000000  LBEG    : 0x4000c2e0  LEND    : 0x4000c2f6  LCOUNT  : 0x00000000
Core 1 was running in ISR context:
EPC1    : 0x4008eeff  EPC2    : 0x00000000  EPC3    : 0x00000000  EPC4    : 0x401574d4

ELF file SHA256: 0000000000000000

Backtrace: 0x401574d4:0x3ffc0160 0x40081129:0x3ffc0180 0x4008596d:0x3ffc01a0 0x4008eefc:0x3ffb1c30 0x4008f151:0x3ffb1c60 0x4008f481:0x3ffb1c80 0x40084889:0x3ffb1cb0 0x40084b19:0x3ffb1cd0 0x400f8171:0x3ffb1d20 0x400f65d2:0x3ffb1d40 0x400f693d:0x3ffb1d60 0x400f5970:0x3ffb1de0 0x400f5f02:0x3ffb1e60 0x400f530b:0x3ffb1ed0 0x400e5271:0x3ffb1f10 0x400dda3d:0x3ffb1f30 0x400de535:0x3ffb1f70 0x400de57d:0x3ffb1f90 0x400e815d:0x3ffb1fb0 0x40089c52:0x3ffb1fd0

Rebooting...

Der Fehler tritt auch auf, wenn man die Datarate auf 10000 setzt oder die Frequenz auf 433,8 oder ...

@elektron-bbs
Copy link
Contributor

Ich kann das zumindest bestätigen, aber keine Lösung anbieten. Irgendwie hängt es wohl mit Interrupts und gleichzeitigem Zugriff auf den Flash zusammen. Verschärft wird das Problem durch PulseMin 30.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants