Hi guys !!
okay so i have been trying to work to get something on bare metal A15 of k2e. i was previously able to get the uart0 working by looking at the uart boot sequence from the "bootexamples"
i was thinking of taking the work one step further and work with other peripherals including gpio i2c etc so in order to do that i started working with the 4.02 PDK for K2E specifically.
i found that only SPI, I2C, UART & GPIO had some kind of provision for baremetal and the rest were with sys/bios.
out of all 4 only UART compiles completely once i add the "BARE_METAL" symbol but that also get stuck once i load the program.
my question is that is there any provision for bare metal in the pdk?
and if i want to create my own project via using the files in the pdk, how can(if possible) i achieve that?
thanks guys !!