Commit Graph

28 Commits

Author SHA1 Message Date
Frank Voorburg f51e1cf327 Refs #789. LPUART initialization correction.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@1139 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2023-12-08 15:07:21 +00:00
Frank Voorburg 142f1e3be7 Refs #1874. Added additional comments about the timer configuration.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@1138 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2023-12-08 13:14:49 +00:00
Frank Voorburg b6765765ca Refs #789, #1874. Improved timer accuracy and added Modbus RTU support to the STM32F3 and STM32G4 ports.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@1136 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2023-12-07 21:36:09 +00:00
Frank Voorburg f16d693211 Refs #789, #1874. Improved timer accuracy and added Modbus RTU support to the STM32L4 port and minor improvement for the STM32L0 port.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@1135 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2023-12-07 19:41:32 +00:00
Frank Voorburg fda0af2658 Refs #1838. Added STM32L4P5xx support to the flash driver.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@1082 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2023-09-01 11:12:09 +00:00
Frank Voorburg 1e1c16cd1d Refs #1772. Increased RS232_CTO_RX_PACKET_TIMEOUT_MS.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@1035 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2023-04-21 12:15:01 +00:00
Frank Voorburg bcdf763d48 Refs #1522. Reintegrating branch into the trunk.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@1025 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2023-01-25 10:25:34 +00:00
Frank Voorburg 656912cc94 Refs #1616. Added address parameter to FlashCryptoDecryptDataHook(). Needed to properly exclude a memory region in the firmware encryption add-on module.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@1006 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2022-12-14 12:11:02 +00:00
Frank Voorburg 69ed56536c Refs #1550. Improved SysTick_Handler handling.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@979 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2022-08-08 13:28:31 +00:00
Frank Voorburg 483b6ae246 Refs #1280 Reintegrated branch for STM32L4 USB driver and Nucleo-L496ZG demo programs development back into the trunk.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@927 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2021-12-16 15:17:31 +00:00
Frank Voorburg 3568e36d22 Refs #1333. Added LPUART support to the STM32L4 port.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@907 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2021-10-08 15:53:20 +00:00
Frank Voorburg 98741fd6a3 Refs #778. Ported the Nucleo-L476RG demo programs to Keil MDK.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@861 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2021-06-11 16:17:55 +00:00
Frank Voorburg ba4b437d6f Refs #981. Added STM32CubeIDE demo programs for the Nucleo-L476RG board.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@802 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-09-24 11:07:04 +00:00
Frank Voorburg 756ef1fb55 Refs #1102. Improved SysTick reset in STM32 ports.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@795 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-09-15 10:59:42 +00:00
Frank Voorburg d54fe54b56 Refs #1005. Enabled automatic retransmission of transmitted messages in the CAN driver.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@748 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-02-21 17:28:37 +00:00
Frank Voorburg e88477f0d4 Refs #962. Renamed UART to RS232.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@740 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-02-06 16:22:58 +00:00
Frank Voorburg a9ca24fa0a Refs §844. Added support for single flash bank STM32L4 devices.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@703 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2019-07-02 10:13:02 +00:00
Frank Voorburg 66cdc6543b Refs #734. Corrected preprocessor BOOT_COM_DEFERRED_INIT_ENABLE check in cpu.c.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@658 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2018-12-19 16:50:32 +00:00
Frank Voorburg e9ba4a1d03 Refs #659. Made STM32 HAL port includes conditional for the communication interfaces.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@633 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2018-10-27 10:56:19 +00:00
Frank Voorburg 330ed30a80 Refs #591. Improved CAN clock configuration by directly using the APB1 clock frequency.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@583 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2018-08-07 21:00:03 +00:00
Frank Voorburg d407f9b365 Refs #584. Reintegrated branch for DHCP support development back into the trunk.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@572 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2018-08-02 14:32:30 +00:00
Frank Voorburg 17beaf5802 Refs #579. Added CpuMemSet function to all ports and used it in XCP memory reads when the programming resource is locked.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@549 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2018-07-26 10:46:20 +00:00
Frank Voorburg 86562a934d Refs #564. Changed '\' to '/' in source file paths, located in the file comment headers.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@536 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2018-07-17 13:06:06 +00:00
Frank Voorburg 32d3ef07df Refs #400, #431. Added timeout functionality to break out of loops when waiting for hardware acknowledgements.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@482 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2018-04-25 13:49:24 +00:00
Frank Voorburg 6f80eb072f Refs #460. Added length parameter to the XCP packet reception functions.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@424 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2018-02-09 16:59:41 +00:00
Frank Voorburg 817212b60f Refs #477. Added extra check for the received XCP packet length on the UART and USB transport layers.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@423 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2018-02-09 10:12:04 +00:00
Frank Voorburg 59a909fca2 Refs #476. Added evaluation of the len-parameter in functions FlashErase and FlashWrite of all ports.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@422 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2018-02-05 16:43:55 +00:00
Frank Voorburg dc0060e755 Refs #364. Reintegrated branch with STM32L4 port and Nucleo-L476RG demo programs.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@419 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2018-02-05 14:08:40 +00:00