User profile: Jonathan100

User info
User name:Jonathan100
History
Joined:
Number of posts:73
Latest posts:

pointers
Thank you 👌

pointers
Cool, thanks! Is the definition of a pointer say something about how long is the pointer itself? if...

pointers
Hi! If I write in c: uint32_t* virtaddr; Does it mean that the pointer indexing is in offset of 3...

Killing a function from interrupt ISR on baremetal
seems like good source! XSpi_Transfer is just an example, there are other functions that can get st...

Killing a function from interrupt ISR on baremetal
Hi folks. I am working with Xilinx boards, and I am using Xilinx spi,iic.. drivers in C to build ...