Search found 8 matches

by hardyn
Sat Jun 05, 2021 11:27 pm
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: w5500 Ethernet Nucleo STM32F303RE crash
Replies: 5
Views: 5031

Re: w5500 Ethernet Nucleo STM32F303RE crash

As it turns out, the Bluepill SPI interface appears to be much more robust than that of the F303RE. It was not a crash per-se but severe data corruption that appeared to halt the program. The wire length used on my test-setup for the BP was, apparently, too long for use on the F303RE. Shortening up ...
by hardyn
Sat Jun 05, 2021 8:07 pm
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: Verify HS clock source?
Replies: 3
Views: 3214

Re: Verify HS clock source?

Using mlundin 's method I was able to determine the following: According to the CFGR section of: https://www.st.com/resource/en/reference_manual/dm00043574-stm32f303xb-c-d-e-stm32f303x6-8-stm32f328x8-stm32f358xc-stm32f398xe-advanced-arm-based-mcus-stmicroelectronics.pdf RCC_CR: 3075D83; 0b1100000111...
by hardyn
Sat May 29, 2021 11:14 pm
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: Verify HS clock source?
Replies: 3
Views: 3214

Verify HS clock source?

I have modified my Nucleo64 (F303RE) board to utilize an external CMOS oscillator though pin29, per the Nucleo64 datasheets. It appears to be working but as the remainder of my project relies on this external oscillator is there a method of determining if the HSE clock is being utilized or if it has...
by hardyn
Mon Mar 29, 2021 4:36 pm
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: w5500 Ethernet Nucleo STM32F303RE crash
Replies: 5
Views: 5031

Re: w5500 Ethernet Nucleo STM32F303RE crash

Thanks for the response, No, there are no other devices on the board. D13 is shared with the onboard LED (LD2) but this isn't causing a voltage issue on the pin (I have measured this), and with a ~500R resistor, its current draw (~3ma) should not be saturating the pin. To my knowledge there is only ...
by hardyn
Sun Mar 28, 2021 11:31 pm
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: w5500 Ethernet Nucleo STM32F303RE crash
Replies: 5
Views: 5031

w5500 Ethernet Nucleo STM32F303RE crash

Hello, I am trying to interface a W5500 ethernet PHY with the F303RE and am running into a great deal of difficulty. The SPI interface seems to go crazy after udp endpacket() command which appears like a hung/crashed state. Prior to the crashed state, there is data corruption in the values returned ...
by hardyn
Sun Mar 28, 2021 8:45 pm
Forum: General discussion
Topic: Hang on udp.endPacket
Replies: 5
Views: 4226

Re: Hang on udp.endPacket

Thanks for the response... but I don't know what to say. It is. the serial.println I have at the top of the loop stops publishing. I have to take that as either the system has crashed or something is blocking. I will stick the pin on the scope in a minute to see what that pin is doing.
by hardyn
Sun Mar 28, 2021 2:48 pm
Forum: General discussion
Topic: Hang on udp.endPacket
Replies: 5
Views: 4226

Re: Hang on udp.endPacket

Same result, I have tried them both.
by hardyn
Sun Mar 28, 2021 5:45 am
Forum: General discussion
Topic: Hang on udp.endPacket
Replies: 5
Views: 4226

Hang on udp.endPacket

Hello, I am having the problem where attempting to use the w5500 ethernet module with a Nucleo STM32F303RE results in a hang/crash on the udp.endPacket command. I am using the Ethernet library provided in the Arduino IDE. I have had this working working with a Bluepill in the past. I have searched a...

Go to advanced search