2017-11-16 01:57 PM
It has an STM32L475VGT6 MCU. I don't know how to do anything. I need to connect to the internet with the kit, get all the software, license, and anything else needed to operate the kit.
2017-11-17 12:18 AM
This one ?
I suggest to download the user manuals first, and read them.
Then think about you preferred development toolchain - perhaps asking back.
And your Disco board probably needs a ST-Link driver update ...
2017-11-17 12:22 AM
Hello
john.014
,Have a look to the datasheet, reference manual, User manual (
) and 'Getting started with STM32L4 Series hardware development application note' related to your device .In this page, you have all needed Tools and software.I recommend you todownload
firmware package and
which is a graphical software configuration tool that allows generating C initialization code using graphical wizards.Once you have your hardware and software environment ready, you could start from ready example under
firmware package,which can help you to develop your application.I hope that this brings some help to you.
Best Regards
Imen
2017-11-17 02:50 PM
No I think it's the IoT board
https://community.st.com/0D50X00009bMM5hSAG
2017-11-17 03:43 PM
Thanks Imen,
I have downloaded all of that, and I still have some questions. What Development toolchain should I use? I have downloaded the Cosmic environment, but I don’t know what to do with it. I think I have the license installed properly. I also think I have downloaded the drivers for the STM32 discovery kit. I am using a Windows PC, but I would prefer to use a MAC. But I will stick with the PC if it is easier. Is this the right way to communicate with you, or should I be using the support forum?
John Karpinsky
2018-03-09 12:30 AM
Is there any further explanation how to communicate with those modules in source code?
Thank you very much in advance.Suryadi
2018-03-09 12:46 AM
I don't know how to do anything
Do you have any experience with embedded microcontrollers? Programming in general? Electronics? Comms/Networking?
For basic getting-started tips, see:
2018-03-09 07:00 AM
'
don't know how to do anything.'you should think of others' help to you as a multiplier to your base knowledge. If you truly knew nothing, no amount of help can change that.
So if you truly knew nothing, I would suggest that you start somewhere where you do have a body of knowledge. If taking a class in C is too advanced for you, take a class in computer education;
if college is too hard, go to a decent high school, .....
you have to put yourself in a position of knowing something so others can help. Knowing nothing is not help-able.
2018-03-16 11:00 AM
access
https://os.mbed.com/teams/ST/code/DISCO_L475VG_IOT01-Sensors-BSP/docs/tip/
try to use Mbed with disco_l475vg_iot01 board.