Search found 13 matches

by meier13
Thu Feb 16, 2023 12:11 pm
Forum: Projects
Topic: stm32G474VET6 Board
Replies: 0
Views: 5096

stm32G474VET6 Board

I am more hardware related so i build my own G474 board. No sensors, because i have never used the sensors of the development boards. The "front" of the pcb is designed to mount it with two bracket at the front plate with USB, LEDs and network accessible. RTC battery backup. Connector for ...
by meier13
Thu Feb 09, 2023 5:02 pm
Forum: General discussion
Topic: stm32G4xx set to internal Vref of 2.048, 2.5 or 2.9 V
Replies: 6
Views: 1278

Re: stm32G4xx set to internal Vref of 2.048, 2.5 or 2.9 V

Thank you fpiSTM, that was what i am asking for but i did not found by myself.
by meier13
Thu Feb 09, 2023 3:29 pm
Forum: General discussion
Topic: stm32G4xx set to internal Vref of 2.048, 2.5 or 2.9 V
Replies: 6
Views: 1278

Re: stm32G4xx set to internal Vref of 2.048, 2.5 or 2.9 V

ok, it was easier than i thought. #define VREFBUF (*(volatile uint32_t *)(0x40010030)) // address of the VREF register To use the internal Reverence: Bit0 (ENVR) must be set to 1. That swithes to internal reference mode. Bit1 (HIZ) must be set to 0. That connects the VREF+ pin internally with the vr...
by meier13
Wed Feb 08, 2023 1:17 pm
Forum: General discussion
Topic: stm32G4xx set to internal Vref of 2.048, 2.5 or 2.9 V
Replies: 6
Views: 1278

Re: stm32G4xx set to internal Vref of 2.048, 2.5 or 2.9 V

Yes, there are register(s) to set it, but if anybody made it before and got it running then it would be helpful.
by meier13
Tue Feb 07, 2023 11:11 am
Forum: General discussion
Topic: OLED 128x64 SSD1306 sometimes doesn't work :-(
Replies: 10
Views: 3172

Re: OLED 128x64 SSD1306 sometimes doesn't work :-(

I had the same problem with the 2.42" Display. With the small one (0.96") all worked fine, but with the bigger one it stopped some time or did'nt tranfer the graphic complete in SPI and I2C mode and with both librarys u8g2 and adafruit. I added a 100uF directly at the display power and mad...
by meier13
Mon Feb 06, 2023 3:47 pm
Forum: General discussion
Topic: stm32G4xx set to internal Vref of 2.048, 2.5 or 2.9 V
Replies: 6
Views: 1278

stm32G4xx set to internal Vref of 2.048, 2.5 or 2.9 V

Hello,

did anybody set the stm32G4xx to internal Vref of 2.048, 2.5 or 2.9 V or other STM32 with internal reference which can be used?

Thanks in advance
by meier13
Mon Feb 06, 2023 2:41 pm
Forum: General discussion
Topic: STM32G474 no ADC input and no timer input from external signals | pulses etc
Replies: 11
Views: 1416

Re: STM32G474 no ADC input and no timer input from external signals | pulses etc

So the timer/counter in external clock mode 1 is running.
It seems that the register setting is a bit differnt compared to the F103.

Thanks for help.
by meier13
Fri Feb 03, 2023 12:45 pm
Forum: General discussion
Topic: STM32G474 no ADC input and no timer input from external signals | pulses etc
Replies: 11
Views: 1416

Re: STM32G474 no ADC input and no timer input from external signals | pulses etc

So the first thing with the ADC is solved. Today i began from scratch testing the ADC. Sometime it was working randomly, but after a power off the same configuration did not work. When it was on for a while it began to work :). Sounds like charging or leakage current. The G474 has an internal refere...
by meier13
Thu Feb 02, 2023 3:32 pm
Forum: General discussion
Topic: STM32G474 no ADC input and no timer input from external signals | pulses etc
Replies: 11
Views: 1416

Re: STM32G474 no ADC input and no timer input from external signals | pulses etc

so all updated, same result, but it seems, that other used modules are influence the configuration. I have tried it with the full code which includes webserver over w5500 spi modul, Oled over I2C and some other pins. That works with the old CPU but not with G474. using only the counter it works with...
by meier13
Thu Feb 02, 2023 2:19 pm
Forum: General discussion
Topic: STM32G474 no ADC input and no timer input from external signals | pulses etc
Replies: 11
Views: 1416

Re: STM32G474 no ADC input and no timer input from external signals | pulses etc

Yes ce and re are quite the same for internal use but maybe some pins have different mappings but it seems working for you.

Meanwhile i have seen that there is a new version. i will test it and report.

Go to advanced search