Hi,
i have Am-335x GP EVM in that daughter board having one buzzer...if anybody knows please tell me how to enable that buzzer.......
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
i have Am-335x GP EVM in that daughter board having one buzzer...if anybody knows please tell me how to enable that buzzer.......
Hello Naveen,
You can enable/disable the buzzer on AM335x GP EVM by toggling the GPIO1_23.
root@am335x-evm:/sys/class/gpio# echo 55 > export root@am335x-evm:/sys/class/gpio# cd gpio55 root@am335x-evm:/sys/class/gpio/gpio55# echo out > direction root@am335x-evm:/sys/class/gpio/gpio55# echo 1 > value root@am335x-evm:/sys/class/gpio/gpio55# echo 0 > value
Best regards,
Kemal
Dear Kemal,
thanks for your reply finally it is working.....i have a one doubt how did you find that is connected to gpio 55 i refred the data sheet there is nothing mentioned.
Dear kemal,
this line i didn't understand can you elaborate that "which in PINMUX mode 7 functions as gpio1[23]"