cancel
Showing results for 
Search instead for 
Did you mean: 

How to select physical USIM in STM32L496

KBADA.1
Associate II

Hi,

I I am stuck in my project, I have to activate the physical sim card.

the documentation says you need "Set pin Sim_select0 to low to select the plastic SIM" but I don't know how to do it.

1 ACCEPTED SOLUTION

Accepted Solutions
PChia.2237
Senior

i use L496_modem_boot.bin in xcube cellual\STM32CubeExpansion_CELLULAR_V5.2.0\Utilities\Modem_FW\BG96\Pack_BG96MAR02A08M1G_01.012.01.012\Pack_BG96MAR02A08M1G_01.012.01.012

with teraterm i can select SIM in configuration

View solution in original post

5 REPLIES 5

Try the schematic

https://www.st.com/content/ccc/resource/technical/layouts_and_diagrams/schematic_pack/group0/60/21/32/1b/62/4b/42/8e/mb1329-b03_schematic/files/mb1329-b03_schematic.pdf/jcr:content/translations/en.mb1329-b03_schematic.pdf

Sim_Select0 is Pin#19, Sim_Select1 is Pin#9 of the STMOD+ connector, configure and set the pins appropriately on the host board. PB12 and PD3 respectively

https://www.st.com/en/evaluation-tools/32l496gdiscovery.html

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
KBADA.1
Associate II

Thank you for your answer

I know which pin to modify but how do I do it, do I need software?

PChia.2237
Senior

i use L496_modem_boot.bin in xcube cellual\STM32CubeExpansion_CELLULAR_V5.2.0\Utilities\Modem_FW\BG96\Pack_BG96MAR02A08M1G_01.012.01.012\Pack_BG96MAR02A08M1G_01.012.01.012

with teraterm i can select SIM in configuration

The best answer !

Thank you!