<Vicente[m]>
Well, in this case it was server side (Rustls). For embedded I use async (embedded-tls). But it seems not too much options a part of Rustls
<adamgreig[m]>
do you have any way to probe the actual spi bus and see what's happening?
<adamgreig[m]>
logic analyser or oscilloscope or something of that nature might make the problem very immediately apparent
<adamgreig[m]>
especially if you can compare to a working session from the c++ firmware
<towynlin[m]>
Totally. I was working from home without a scope today. Was going to try that tomorrow in the office.
<adamgreig[m]>
if you're getting something (that single 1) then at least something is probably happening, so I guess you find the spi mode is wrong, or clock too fast, or one pin not working, maybe cs not being toggled, something silly like that
<towynlin[m]>
Yep, agreed. I could try a few different numbers for the SPI frequency. I may not have understood the rust API there correctly.
Allie has quit [*.net *.split]
NishanthMenon has quit [*.net *.split]
sknebel has quit [*.net *.split]
majors has quit [*.net *.split]
wose has quit [*.net *.split]
Allie has joined #rust-embedded
NishanthMenon has joined #rust-embedded
wose has joined #rust-embedded
majors has joined #rust-embedded
sknebel has joined #rust-embedded
dinkelhacker has quit [*.net *.split]
Rahix has quit [*.net *.split]
Rahix has joined #rust-embedded
dinkelhacker has joined #rust-embedded
bartmassey[m] has quit [Quit: Idle timeout reached: 172800s]
cr1901_ has joined #rust-embedded
cr1901 has quit [Ping timeout: 276 seconds]
Jonathan[m] has quit [Quit: Idle timeout reached: 172800s]
vancz has joined #rust-embedded
eldruin[m] has quit [Quit: Idle timeout reached: 172800s]
vollbrecht[m] has quit [Quit: Idle timeout reached: 172800s]
jessebraham[m] has quit [Quit: Idle timeout reached: 172800s]
lulf[m] has quit [Quit: Idle timeout reached: 172800s]
cr1901_ is now known as cr1901
dandels has joined #rust-embedded
ejpcmac[m] has joined #rust-embedded
<ejpcmac[m]>
<thejpster[m]> "Did anyone see https://github...." <- It's pending in my GitHub notifications, I plan to take a look at this as soon as I have some time. By the way who has some TrustZone-M knowledge here?
<ejpcmac[m]>
I have some for using it in C with the Arm compiler toolchain, but not in Rust yet.
<towynlin[m]>
towynlin[m]: Thanks for chiming in yesterday. I really appreciate it!
<diondokter[m]>
<ejpcmac[m]> "It's pending in my GitHub..." <- I do a little bit, but it's from a while back and some of the details have definitely slipped by
burrbull[m] has joined #rust-embedded
<burrbull[m]>
static_mut_refs
GuineaWheek[m] has joined #rust-embedded
<GuineaWheek[m]>
what's good etiquette to ask about the status of a PR on an inactive repo?
<GuineaWheek[m]>
a HAL for a device i'm using that i'm prepping currently relies on an unmerged PR of a repo for functionality