Tool/software:
HI there,
I'm currently developing a bare metal operating system in rust on the beaglebone as my final highschool project. I successfully booted the controller and also managed to read and write to the GPIO pins.
I then tried to set a pulldown behaviour for the gpio pins through the pinmuxing, which I sucessfully achieved on the pin gpio1_28. But when trying to set the same for the pins gpio1_6 and gpio1_16 which correspond to the pins gpmc_ad6 and gpmc_a0 respectively, they behave the same as before.
I also tried to ask the deepseek ai about this, and it thought that it may be a lock on the pins, which isn't documented but was used by some things, but unfortunately I couldn't find anything regarding to that, so that could also just be false.
Felix