13 Aug 2024 |
dirbaio | change task-arena-size-32768 with something higher | 20:20:54 |
ahmed hadjeres | are these pre defined values ? | 20:21:17 |
ahmed hadjeres | Thanks dirbaio for the help but based on the example do you need to change anything to enable the softdevice from the cargo file ?
sd_softdevice_enable err SdmIncorrectInterruptConfiguration' | 20:32:21 |
dirbaio | In reply to @ahadjeres:matrix.org are these pre defined values ? Yes, check Cargo.toml for the list | 21:20:00 |
dirbaio | In reply to @ahadjeres:matrix.org Thanks dirbaio for the help but based on the example do you need to change anything to enable the softdevice from the cargo file ?
sd_softdevice_enable err SdmIncorrectInterruptConfiguration' Check nrf-softdevice's Readme, it explains how to fix that | 21:20:27 |
ahmed hadjeres | I guess it's a priority set too high for the UARTE I am trying to use. | 21:21:04 |
ahmed hadjeres | I am looking at this part --> https://github.com/embassy-rs/embassy/blob/main/examples/nrf52840/src/bin/multiprio.rs | 21:22:31 |
ahmed hadjeres | trying to set a lower priority to my embassy_executor | 21:23:23 |
ahmed hadjeres | do you have an example for UART and softdevice running along by any chance? | 21:24:22 |
14 Aug 2024 |
ahmed hadjeres | took me a while to find it but got it
interrupt::UARTE0_UART0.set_priority(interrupt::Priority::P3); | 00:12:21 |
yuri | Hi all! I have a question: why timer0::cc::W::cc() exist in nrf51840-pac, but doesn't exist in nrf51-pac? Is there a good reason? | 16:56:19 |
yuri | * Hi all! I have a question: why timer0::cc::W::cc() exists in nrf52840-pac, but doesn't exist in nrf51-pac? Is there a good reason? | 18:30:34 |
15 Aug 2024 |
ahmed hadjeres | Redacted or Malformed Event | 21:26:34 |
31 Aug 2024 |
| @dalprahcd:matrix.org joined the room. | 07:44:13 |
| @dalprahcd:matrix.org left the room. | 07:44:34 |
2 Sep 2024 |
yuri | In reply to @brastak:matrix.org Hi all! I have a question: why timer0::cc::W::cc() exists in nrf52840-pac, but doesn't exist in nrf51-pac? Is there a good reason? Hi, I created a PR adding that. Intension is to reuse nRF52 code in rtic-monotonics for nRF51 | 20:04:29 |
5 Sep 2024 |
| burglins joined the room. | 04:31:05 |
| Dom 'shymega' Rodriguez joined the room. | 10:50:42 |
12 Sep 2024 |
| Stuart Brown joined the room. | 03:50:59 |
25 Sep 2024 |
| drewbus joined the room. | 17:48:53 |
27 Sep 2024 |
| chrissuozzo set a profile picture. | 17:30:29 |
| chrissuozzo removed their profile picture. | 17:30:37 |
28 Sep 2024 |
| Bunbury joined the room. | 03:49:10 |
10 Oct 2024 |
| David Vandenburg joined the room. | 16:27:39 |
11 Oct 2024 |
| nandnor joined the room. | 22:11:42 |
16 Oct 2024 |
| h7x4 joined the room. | 15:18:45 |
3 Nov 2024 |
| Foo joined the room. | 17:05:16 |
5 Dec 2024 |
| gorazdko4 joined the room. | 11:06:23 |
8 Dec 2024 |
| scorpion2185 joined the room. | 15:42:30 |
11 Dec 2024 |
scorpion2185 | hello, how do you find battery percentage with use nrf52832_hal::saadc::{Saadc, SaadcConfig}; ? | 17:51:47 |