These Two Companies’ ADC Products Ride the Wave of Global PD-1 Sales Champions, Why Worry About Future Sales?
We previously mentioned that the current standard treatment for cancer is gradually shifting from PD-1 + chemotherapy to PD-1 + ADC drugs. According to relevant data, the global ADC drug market size has grown from $7.9 billion in 2022 to approximately $20 billion in 2024, showing strong growth momentum. Among them, DS8201 (HER2 ADC), jointly … Read more
Hillstone Application Delivery Controller (ADC) – Implementing Domain-Based Access Control for Internal Network Traffic through Security Policies
This article continues to introduce the Hillstone Application Delivery Controller (ADC) technical case, sharing it for collective learning. This case comes from the 【Hillstone Documentation Center https://docs.hillstonenet.com.cn/】, and I recommend everyone to explore the technical treasures within. This section introduces how to configure the security policies of the ADC device to restrict internal network access … Read more
Understanding Peptide-Drug Conjugates (PDC) in the Wave of ADCs
In cancer treatment, there are three targeted approaches to enhance the specificity and anti-tumor activity of therapies. Targeted formulations can be designed to inhibit proteins expressed by tumor cells, such as receptors or enzymes; another approach involves binding effector molecules (e.g., ADCs, bispecific antibodies, or CAR-T) to molecules overexpressed on the surface of tumor cells, … Read more
A Detailed Explanation of ADC: How ADC is Reshaping Clinical Guidelines? A New Era in Lung Cancer Treatment
In 2019, a CT imaging comparison from Gustave Roussy Hospital in Paris, France, caused a stir in the oncology community: a late-stage non-small cell lung cancer patient, who had failed both chemotherapy and immunotherapy, showed significant reduction in systemic metastatic lesions just two months after being enrolled in the clinical trial of Trastuzumab Deruxtecan (T-DXd), … Read more
In-Depth Analysis of UART Communication: From Low-Level Registers to Interrupt-Driven Processes
Today, while working on an intelligent voice control module, I wanted to reinforce my knowledge of serial communication. Upon reviewing my previous notes, I found them lacking in detail, so I decided to write a new article explaining the principles of serial communication, covering both hardware and software implementations clearly. This will thoroughly clarify the … Read more
Understanding UART and TTL
Click the blue text Follow us 1. First of all, UART and TTL are completely different concepts. UART stands for Universal Asynchronous Receiver/Transmitter, which is a serial asynchronous communication protocol. The TTL level signal specifies that +5V is equivalent to logic “1” and 0V is equivalent to logic “0” (when using binary to represent data). … Read more
UART and DMA Data Transmission
Concept of DMA DMA (Direct Memory Access) allows data transfer without direct control from the CPU. It creates a direct pathway for data transfer between RAM and I/O devices, significantly improving CPU efficiency. There are several methods for UART data reception: the interrupt mode of UART isthe most commonly used data transmission method in microcontrollers, … Read more
UT Verification of SPI Function in USI Module of WUJIAN100
Recently, I spent some time organizing the verification of the SPI module in the USI module of the WUJIAN100 project. Here, I would like to share some of my thoughts and methods. Basic Introduction to the Design Functionality of the USI Module USI (Unified Serial Interface) is a combined module that includes UART, SPI, and … Read more
EP Lec.10: SPI
Hug pid:131183771 by:White It is still discussed in the Microelectronic System Click here to view the Microelectronic System review: SPI The specific transmission details of SPI are clearly explained there, so I will briefly mention it here without going into detail. Overview SPI is a synchronous communication protocol developed by Motorola in the 1980s, primarily … Read more