SAMD51 DMAC Memory to I2C Hostile much? I've been reading the data sheet literally every single day for the past 3 months, no joke, I read it so often at least 3 copies are open 24/7 in my browser along...
Saturday, 16 November 2019 - 20:36
SAMD51 DMAC Memory to I2C Also, to add
SERCOM_I2CM_ADDR_LEN(1) there, it should be sizeof(i2cXfer) and not 1 right?
After playing around with SERCOM_I2CM_ADDR_LEN in manual mode and adding all...
Saturday, 16 November 2019 - 19:18
SAMD51 DMAC Memory to I2C
I commented out DMAC and focused on I2C re-building it to work manually because I did get ahead of myself trying to get too much working at the same time.
I already had the...
Saturday, 16 November 2019 - 14:11
Trying to get QSPI Memory working Never-mind I think I'm figuring it out. Got it working to some extent although still can't do fast reads, it for some reason works with slow reads.
Also I'm still not clear...
Can someone explain SEEPROM Sectors to me Yes I was talking about SmartEEPROM and yes it's definitely clear as mud lol. I'm more trying to learn the ins and outs of SAMD51 and currently learning the SAMD51 NVMCTRL section...
Atmel Studio 7: Failed to set gdb proxy [SOLVED] Sorry to bump an old thread but I've been trying for weeks to get this stupid thing working. I have yet to do anything in Atmel Studio because it can't debug and I have no idea...
Hostile much? I've been reading the data sheet literally every single day for the past 3 months, no joke, I read it so often at least 3 copies are open 24/7 in my browser along...
Also, to add SERCOM_I2CM_ADDR_LEN(1) there, it should be sizeof(i2cXfer) and not 1 right? After playing around with SERCOM_I2CM_ADDR_LEN in manual mode and adding all...
I commented out DMAC and focused on I2C re-building it to work manually because I did get ahead of myself trying to get too much working at the same time. I already had the...
Never-mind I think I'm figuring it out. Got it working to some extent although still can't do fast reads, it for some reason works with slow reads. Also I'm still not clear...
Actually I just discovered a ridiculously easier way as I'm slowly learning more about the microprocessor. FREQM Just fire up the frequency meter, tell it to...
Yes I was talking about SmartEEPROM and yes it's definitely clear as mud lol. I'm more trying to learn the ins and outs of SAMD51 and currently learning the SAMD51 NVMCTRL section...
I'm not talking about compiler flags, I use the flags all the time to compile C++17 code down. What I'm talking about is the includes themselves regardless of compiler settings as...
It is but I've switched over to CMSIS and as suggested Atmel Start which, given how new I am to embedded programming I'm finding really helpful despite the horrid web page setup,...
There is no employer, it's just me. No company, no employer, no organization. Just little me playing around with an rough idea at the moment. I'm flattered though that you think I...
Sorry to bump an old thread but I've been trying for weeks to get this stupid thing working. I have yet to do anything in Atmel Studio because it can't debug and I have no idea...
I can look into it, thank you
Thank you for your amazing response, as for Atmel Studio it shows "Failed to launch program. Error: Failed to set GDB Proxy". It seems to upload fine and can do everything else...
Pages