Search found 16 matches

by DrBanana
Tue Nov 16, 2021 8:13 am
Forum: General discussion
Topic: NUCLEO-H743ZI using all pins
Replies: 11
Views: 4156

Re: NUCLEO-H743ZI using all pins

maybe you'd need to check schematics etc to see if something is connected there. PH0 and PH1 is your HSE crystal oscillator PC14 and PC15 is your LSE 32 Khz crystal oscillator check the specs https://www.st.com/en/microcontrollers-microprocessors/stm32h743zi.html PH1 is not connected to crystal, it...
by DrBanana
Tue Nov 16, 2021 7:12 am
Forum: General discussion
Topic: NUCLEO-H743ZI using all pins
Replies: 11
Views: 4156

NUCLEO-H743ZI using all pins

I have NUCLEO-H743ZI2 and I need to use almost all pins of board both input and output. The problem is some of them are not working as intended. Like if I set use following, the PH1 never gets HIGH PinMode(PH1, OUTPUT); digitalWrite(PH1, HIGH); same goes for PC8 and PC9 as input, but they are always...
by DrBanana
Wed Nov 10, 2021 2:26 am
Forum: General discussion
Topic: Compile Error on VisualMicro and New Core
Replies: 2
Views: 1877

Re: Compile Error on VisualMicro and New Core

I moved the STMicroelectronics from packages to an isolated location and reinstalled it through VisualMicro and it works. Compared both folders and found nothing different.
by DrBanana
Tue Nov 09, 2021 3:55 pm
Forum: General discussion
Topic: Compile Error on VisualMicro and New Core
Replies: 2
Views: 1877

Compile Error on VisualMicro and New Core

I have downloaded the Version 2.0 through Arduino IDE and selected Nucleo 144 Board to upload. If I have nothing in sketch, the upload is successfull but as soon as I add a led turn on code, it start showing error. ld.exe: SrcWrapper\stm32\analog.cpp.o: in function dac_stop analog.cpp*: (.text.dac_s...
by DrBanana
Mon Sep 27, 2021 2:15 pm
Forum: General discussion
Topic: Default pins file
Replies: 3
Views: 2408

Default pins file

Could anyone please tell me which file defines all the default SPI, I2C pins for a specific board ?


Thanks
by DrBanana
Thu Jun 10, 2021 3:08 pm
Forum: General discussion
Topic: STM32H7 Board
Replies: 2
Views: 3792

STM32H7 Board

https://github.com/stm32duino/Arduino_Core_STM32 Core clearly lists the H747 Boards as supported boards. But I see no clear wiki page to explain how to upload to second core or any kind of example.

I'm looking to upload the program using STLINK-V2, but I'm not sure how to select the M7 or M4 cores.

Go to advanced search