Search found 14322 matches

by Giovanni
Tue May 30, 2023 1:42 pm
Forum: Bug Reports
Topic: stm32l412
Replies: 8
Views: 835

Re: stm32l412

Hi,

I committed RTCv2 and RTCv3 drivers using bypass mode, feedback appreciated.

Giovanni
by Giovanni
Mon May 29, 2023 5:51 am
Forum: STM32 Support
Topic: UDP receive not working Topic is solved
Replies: 6
Views: 207

Re: UDP receive not working Topic is solved

Hi,

The HTTP demo is able to send and receive using TCP so I guess the integration is working.

I never used UDP with lwIP, MSG_DONTWAIT, perhaps you should wait for the message?

Giovanni
by Giovanni
Sun May 28, 2023 9:24 am
Forum: Bug Reports
Topic: hal_usb: Zero-Length Packets for Control IN Transfers
Replies: 3
Views: 226

Re: hal_usb: Zero-Length Packets for Control IN Transfers

News? If not I will close it here.

Giovanni
by Giovanni
Sun May 28, 2023 9:23 am
Forum: Bug Reports
Topic: stm32_lse.inc -- small bug/feature
Replies: 2
Views: 208

Re: stm32_lse.inc -- small bug/feature

Hi, What is the issue exactly? the behavior of LSERDY bit does not depend on LSEBYP, the RM states: "After the LSEON bit is cleared, LSERDY goes low after 6 external low-speed oscillator clock cycles." So it is just a small delay not related to actual oscillator stability, HSERDY does the ...
by Giovanni
Sun May 28, 2023 8:51 am
Forum: Small Change Requests
Topic: BaseFlash::state - use critical region to change
Replies: 1
Views: 330

Re: BaseFlash::state - use critical region to change

Hi,

Why acquire a lock just to read "state"? single read/write operations are atomic, no lock required.

Is there some read-modify-write to consider somewhere?

Giovanni
by Giovanni
Sun May 28, 2023 8:42 am
Forum: ChibiOS/HAL
Topic: STM32F722/23/32/33/30 HAL EFL driver
Replies: 8
Views: 2047

Re: STM32F722/23/32/33/30 HAL EFL driver

Hi,

Patches don't apply, lots of details changed, the driver itself probably is fine.

Giovanni
by Giovanni
Sat May 27, 2023 2:06 pm
Forum: Bug Reports
Topic: oslib/include/chmemchecks.h Topic is solved
Replies: 1
Views: 181

Re: oslib/include/chmemchecks.h Topic is solved

Hi,

Fixed thanks.

Giovanni
by Giovanni
Thu May 25, 2023 10:51 am
Forum: STM32 Support
Topic: I2C init issue
Replies: 1
Views: 87

Re: I2C init issue

Hi,

It could be an HW issue, I2C bus can get stuck if a transaction is interrupted, for example by a CPU reset from the debugger.

Giovanni

Go to advanced search